This also includes LLVM dialect ops created from intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td | ||
|---|---|---|
| 252 | Thanks, I didn't realize there was a bit type. | |
| Paths 
 |  Differential  D97944  
[mlir] Add an AccessGroup attribute to load/store LLVM dialect ops and generate the access_group LLVM metadata. ClosedPublic Authored by arpith-jacob on Mar 4 2021, 6:27 AM. 
Details Summary This also includes LLVM dialect ops created from intrinsics. 
Diff Detail 
 Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert.  ·  View Herald Transcript This revision is now accepted and ready to land.Mar 4 2021, 7:44 AM arpith-jacob marked 3 inline comments as done.Comment Actions Thank you for the reviews! Addressed comments. 
 This revision was landed with ongoing or failed builds.Mar 4 2021, 9:17 AM Closed by commit rG4e393350c547: [mlir] Add an AccessGroup attribute to load/store LLVM dialect ops and generate… (authored by arpith-jacob, committed by ftynse).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 328201 mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
 mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
 mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
 mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
 mlir/test/Dialect/LLVMIR/invalid.mlir
 mlir/test/Target/llvmir.mlir
 mlir/test/mlir-tblgen/llvm-intrinsics.td
 mlir/tools/mlir-tblgen/LLVMIRIntrinsicGen.cpp
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nit: bit instead of int