[flang-commits] [flang] Replace llvm.memcpy et al's i1 isVolatile with i8 VolFlags (PR #65748)
    Mehdi Amini via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon Sep 11 15:45:29 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);
----------------
joker-eph wrote:
Seems to me that should handle this as we do with the FastMathFlags: that is a enum attribute modeling the bitfields.
https://github.com/llvm/llvm-project/pull/65748
    
    
More information about the flang-commits
mailing list