[Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)

Jacques Pienaar llvmlistbot at llvm.org
Sun Feb 2 19:39:59 PST 2025


================
@@ -92,8 +93,15 @@ class VariantValue {
   const VariantMatcher &getMatcher() const;
   void setMatcher(const VariantMatcher &matcher);
 
+  // Unsigned value functions.
+  bool isUnsigned() const;
+  unsigned getUnsigned() const;
+  void setUnsigned(unsigned Unsigned);
----------------
jpienaar wrote:

MLIR's naming convention is camelBack (https://mlir.llvm.org/getting_started/DeveloperGuide/#style-guide).

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


More information about the Mlir-commits mailing list