[llvm] Remove SDNPSideEffect from ARMcallseq_start and ARMcallseq_end (NFC) (PR #153248)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 18 00:28:44 PDT 2025
================
@@ -2203,10 +2202,6 @@ def JUMPTABLE_TBH :
PseudoInst<(outs), (ins cpinst_operand:$instid, cpinst_operand:$cpidx,
i32imm:$size), NoItinerary, []>;
-
-// FIXME: Marking these as hasSideEffects is necessary to prevent machine DCE
----------------
davemgreen wrote:
I think as this relates to the hasSideEffects = 1 below, we can keep the comment.
https://github.com/llvm/llvm-project/pull/153248
More information about the llvm-commits
mailing list