Add 5 simple folders
- bitcast(x : T0, T0) -> x
- addrcast(x : T0, T0) -> x
- bitcast(bitcast(x : T0, T1), T0) -> x
- addrcast(addrcast(x : T0, T1), T0) -> x
- gep %x:T, 0 -> %x:T
Paths
| Differential D116715
[MLIR][LLVM] Add simple folders for bitcast/addrspacecast/gep ClosedPublic Authored by wsmoses on Jan 5 2022, 5:37 PM.
Details Summary Add 5 simple folders
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 18 others. · View Herald TranscriptJan 5 2022, 5:37 PM This revision is now accepted and ready to land.Jan 5 2022, 6:10 PM Closed by commit rG358d020017c3: [MLIR][LLVM] Add simple folders for bitcast/addrspacecast/gep (authored by wsmoses). · Explain WhyJan 5 2022, 6:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397755 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
mlir/test/Dialect/LLVMIR/canonicalize.mlir
|