================
@@ -557,6 +557,36 @@
         ! V9: prefetch  [%i1+%i2], #one_read  ! encoding: [0xc3,0x6e,0x40,0x1a]
         prefetch  [ %i1 + %i2 ], #one_read
 
+        ! V8:      error: malformed ASI tag, must be a constant integer 
expression
----------------
s-barannikov wrote:

The error message is wrong.
I guess parseASITag / parsePrefetchTag should return NoMatch on no match rather 
than issue an error.


https://github.com/llvm/llvm-project/pull/94250
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to