The MOVCC peephole eliminates a MOVCC by making one of its inputs a conditional instruction, but when doing this it should be using both inputs of the MOVCC to decide on the register class to use as otherwise we can get an error when using -verify-machineinstrs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo