mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
The revision consistently uses the AliasAnalysisOp and AccessGroupOp interfaces in the translation from MLIR to LLVMIR. It thus drops the last string based lookups of alias scope and access group attributes. Depends on D144851 Reviewed By: Dinistro Differential Revision: https://reviews.llvm.org/D145037
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.