Files
clang-p2996/llvm/test/CodeGen/AMDGPU/GlobalISel/localizer-wrong-insert-point.mir
Matt Arsenault 8a16201a0b GlobalISel: Fix insert point in localizer
This was inserting the new G_CONSTANT after the use, and the later
block scan would run off the end. Fix calling SkipPHIsAndLabels for no
apparent reason.
2022-01-12 13:44:05 -05:00

1.1 KiB