Files
clang-p2996/llvm/test/CodeGen/SystemZ
Ulrich Weigand be7ef6c52b [MachineLICM] Recognize registers clobbered at EH landing pad entry (#122446)
EH landing pad entry implicitly clobbers target-specific exception
pointer and exception selector registers. The post-RA MachineLICM pass
needs to take these into account when deciding whether to hoist an
instruction out of the loop that initializes one of these registers.

Fixes: https://github.com/llvm/llvm-project/issues/122315
2025-04-25 22:27:27 +02:00
..