================
@@ -229,11 +229,12 @@ class CIRBaseBuilderTy : public mlir::OpBuilder {
   }
 
   cir::LoadOp createLoad(mlir::Location loc, mlir::Value ptr,
-                         bool isVolatile = false, uint64_t alignment = 0) {
+                         bool isVolatile = false, uint64_t alignment = 0,
+                         bool isInvariant = false) {
----------------
skc7 wrote:

Thanks for feedback. I've removed the isInvariant parameter from createLoad. 

https://github.com/llvm/llvm-project/pull/204283
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to