[clang] Replace llvm.memcpy et al's i1 isVolatile with i8 VolFlags (PR #65748)

Nathan Sidwell via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 16:06:31 PDT 2023


================
@@ -214,14 +214,14 @@ class LLVM_MemcpyIntrOpBase<string name> :
     /*requiresAccessGroup=*/1, /*requiresAliasAnalysis=*/1> {
   dag args = (ins Arg<LLVM_AnyPointer,"",[MemWrite]>:$dst,
                   Arg<LLVM_AnyPointer,"",[MemRead]>:$src,
-                  AnySignlessInteger:$len, I1Attr:$isVolatile);
----------------
urnathan wrote:

thanks, looking ...

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


More information about the cfe-commits mailing list