Files
clang-p2996/llvm/test/DebugInfo/ARM
Stephen Tozer 1510473908 [RemoveDIs] Insert PHIs before debug records in hardware loops (#85288)
Fixes: https://github.com/llvm/llvm-project/issues/85254

Hardware loops inserts PHIs at the position `getFirstNonPhi()`, which is
incorrect - instead, `getFirstNonPhiIt()` is required to not insert the
PHI after any debug records that immediately follow the last existing
PHI.
2024-03-14 22:36:34 +00:00
..
2023-01-22 20:05:51 +01:00