[llvm] [MachineLICM] Do not rely on hasSideEffect when handling impdefs (PR #145379)

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 05:06:24 PDT 2025


atrosinenko wrote:

Fixed the test failures: the original fix ruled out safe-to-move instructions with `dead implicit-def` operands. Fixed this in 079d654b05a4b0b98fc6f137f0d3588543039153 and updated precommitted test cases accordingly.

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


More information about the llvm-commits mailing list