[llvm-branch-commits] [SPARC][IAS] Add named prefetch tag constants (PR #94249)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 4 08:21:23 PDT 2024
================
@@ -537,16 +537,26 @@
! V9: stxa %g0, [%g2+%i5] #ASI_SNF ! encoding: [0xc0,0xf0,0x90,0x7d]
stxa %g0, [%g2 + %i5] #ASI_SNF
- ! V8: error: instruction requires a CPU feature not currently enabled
+ ! V8: error: invalid operand for instruction
----------------
koachan wrote:
This is probably the same issue that causes the error message in [PR 92450](https://github.com/llvm/llvm-project/pull/94250/files#r1624938216) to be wrong.
I can at least change the tag parser to return a NoMatch here, but I suppose the full fix is probably better done separately, like you said there?
https://github.com/llvm/llvm-project/pull/94249
More information about the llvm-branch-commits
mailing list