forked from OSchip/llvm-project
cbbc7e4a75
The intention is that these should never have undef operands. It turns out the restriction the verifier enforces is too lax. The verifier enforces that registers without a register class cannot be undef, but it's valid to use a register with a register class and type. The verifier needs to change to be based on the opcode. |
||
---|---|---|
.. | ||
deltas | ||
CMakeLists.txt | ||
DeltaManager.cpp | ||
DeltaManager.h | ||
ReducerWorkItem.cpp | ||
ReducerWorkItem.h | ||
TestRunner.cpp | ||
TestRunner.h | ||
llvm-reduce.cpp |