[mlir][llvm] Dominance violating debug intrinsic import
Debug intrinsics are allowed to violate SSA dominance and might thus cause the LLVM import to produce invalid LLVM dialect. This commit ensures that the debug intrinsics are emitted right after the definition of their SSA operands. As the position of debug intrinsics has no meaning, changing it has no semantic implication. Reviewed By: gysit Differential Revision: https://reviews.llvm.org/D153984
Loading
Please sign in to comment