llvm-project
e7e242e7 - [MLIR][LLVM] Fix debug value/declare import in face of landing pads (#132871)

Commit
225 days ago
[MLIR][LLVM] Fix debug value/declare import in face of landing pads (#132871) Debug value/declare operations imported before landing pad operations at the bb start break invoke op verification: ``` error: first operation in unwind destination should be a llvm.landingpad operation ``` This this issue by making the placement slightly more smart.
Author
Parents
Loading