[llvm] [X86] Trap instructions don't need side effects (PR #171552)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 22:18:30 PST 2025


phoebewang wrote:

We use `hasUnmodeledSideEffects` to prevent MIR optimizations. I'm not sure is safe to just remove it from instructions.

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


More information about the llvm-commits mailing list