[llvm-branch-commits] [SPARC][IAS] Add support for `prefetcha` instruction (PR #94250)
Sergei Barannikov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 4 10:08:44 PDT 2024
================
@@ -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:
I hoped a fix would be trivial. Let's do it in separate patch then.
https://github.com/llvm/llvm-project/pull/94250
More information about the llvm-branch-commits
mailing list