[llvm] Remove SDNPSideEffect from ARMcallseq_start and ARMcallseq_end (NFC) (PR #153248)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 23:05:02 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:

Yeah that is what was wondering - if this was just so old that we could remove it. Lets just remove the SDNPSideEffect for now though.

https://github.com/llvm/llvm-project/pull/153248


More information about the llvm-commits mailing list