This is more user-friendly over an opaque crash.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp | ||
---|---|---|
62 | Can you use mlir::debugString for this? |
mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp | ||
---|---|---|
62 | It works on LLVM types? |
mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp | ||
---|---|---|
62 | IIRC it's a generally thing, would need to double check though (on mobile right now) |
mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp | ||
---|---|---|
62 | I looked around yet could not find one. Seems LLVM typically uses the stream operator but it's only overloaded for raw_ostream. |
Sorry had to revert because seems like it broke the build: https://lab.llvm.org/buildbot/#/builders/61/builds/46712
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td | ||
---|---|---|
1817 | Why did you need to move it? The only change I spot is the asm format. By the way why changing the format here? | |
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp | ||
2830 | I'm confused: where is this coming from? I can't relate to the rest of the changes |
Why did you need to move it? The only change I spot is the asm format. By the way why changing the format here?