C.EBREAK was defined with hasSideEffects = 0, which is incorrect and inconsistent with the non-compressed instruction form. This patch corrects this oversight.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good to me. This won't cause any codegen issues because C_EBREAK is never gets selected in ISel anyway (EBREAK will get converted after it becomes an MCInst). But it's better to have the right metadata.