Files
llvm-project/llvm/lib/CodeGen/MachineStripDebug.cpp
Jay Foad ed30414b0a [MachineStripDebug] Remove debug instructions from inside bundles (#160297)
Some passes, like AMDGPU's SIInsertHardClauses, wrap sequences of
instructions into bundles, and these bundles may end up with debug
instructions in the middle. Assuming that this is allowed, this patch
fixes MachineStripDebug to be able to remove these instructions from
inside a bundle.
2025-09-25 09:40:54 +01:00

3.7 KiB