mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Handling access groups is luckily rather trivial: Any access groups from the call instruction are simply appended to any memory operations. This is similar to one of the steps when handling alias scopes. This patch nevertheless implements it as a separate function purely for readability purposes as it uses a different interface than alias scopes. Differential Revision: https://reviews.llvm.org/D155795
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.