[Mlir-commits] [mlir] [XeVM] Add translation for XeVM cache-control attributes. (PR #181856)

Charitha Saumya llvmlistbot at llvm.org
Fri Mar 6 14:00:16 PST 2026


================
@@ -263,6 +263,204 @@ getCacheControlMetadata(ConversionPatternRewriter &rewriter, OpType op) {
   return rewriter.getArrayAttr(combinedAttrs);
 }
 
+//===----------------------------------------------------------------------===//
+// Cache control annotation utilities
+//
+// Instead of attaching cache control as MLIR attributes and handling them
+// during LLVM translation, we directly emit llvm.intr.ptr.annotation op MLIR.
----------------
charithaintc wrote:

typo: "in MLIR"?

https://github.com/llvm/llvm-project/pull/181856


More information about the Mlir-commits mailing list