[clang] [CIR] Add binary operators (PR #132420)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 25 12:06:06 PDT 2025


================
@@ -127,6 +135,8 @@ struct MissingFeatures {
   static bool ternaryOp() { return false; }
   static bool tryOp() { return false; }
   static bool zextOp() { return false; }
+  static bool ptrStrideOp() { return false; }
----------------
andykaylor wrote:

@AmrDeveloper Be sure to look for the places where this is used when you add support for cir.ptr_stride.

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


More information about the cfe-commits mailing list