[PATCH] D54256: [RISCV] Mark C.EBREAK instruction as having side effects
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 15 06:52:37 PST 2018
asb accepted this revision.
asb added a comment.
This revision is now accepted and ready to land.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D54256
More information about the llvm-commits
mailing list