[Mlir-commits] [mlir] [mlir] Specify namespace in td file pred (PR #152258)

Shay Kleiman llvmlistbot at llvm.org
Wed Aug 6 00:49:35 PDT 2025


================
@@ -576,7 +576,7 @@ class NormalizeIndex<int value> {
 class IsNthDimSizeIsOneOfPred<int n, list<int> allowedSizes>
   : And<[
       CPred<"::llvm::cast<::mlir::ShapedType>($_self).getRank() >= " # NormalizeIndex<n>.ret>,
-      CPred<"::llvm::is_contained(ArrayRef<int64_t>({" # !interleave(allowedSizes, ", ") # "}), "
+      CPred<"::llvm::is_contained(llvm::ArrayRef<int64_t>({" # !interleave(allowedSizes, ", ") # "}), "
----------------
shay-kl wrote:

Fixed. Can you land it please? :) still waiting for commit access approval #145403 

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


More information about the Mlir-commits mailing list