Files
clang-p2996/mlir/lib/Transforms/Utils/CFGToSCF.cpp
Christian Ulmann cdaaa4d7fb [MLIR][CFGToSCF] Fix exit latch location preservation (#70032)
This commit ensures that the CFG to SCF lifting does not accidentally
drop locations of loop latches during the lifting.

Note that I didn't add a test as we do not seem to have any tests for
location tracking in any of the similar passes.
2023-10-24 15:20:46 +02:00

57 KiB