[llvm] Remove SDNPSideEffect from ARMcallseq_start and ARMcallseq_end (NFC) (PR #153248)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 18 06:00:17 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
----------------
AZero13 wrote:
We don't have it in AArch64 despite that also having it too.
https://github.com/llvm/llvm-project/pull/153248
More information about the llvm-commits
mailing list