Translate LLVMIR llvm.noundef attribute to its equivalent in LLVM IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136324
[mlir][llvm] Handle llvm.noundef attribute when converting to LLVM IR ClosedPublic Authored by victor-eds on Oct 20 2022, 2:29 AM.
Details Summary Translate LLVMIR llvm.noundef attribute to its equivalent in LLVM IR.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Oct 20 2022, 3:34 AM Closed by commit rG70e3f0e10e8c: [mlir][llvm] Handle llvm.noundef attribute when converting to LLVM IR (authored by victor-eds). · Explain WhyOct 20 2022, 5:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 469167 mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/test/Target/LLVMIR/llvmir.mlir
|
Could we put the attribute name inside the dialect rather than hardcode the string here?