================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to