[llvm-branch-commits] [SPARC][IAS] Enable `ParseForAllFeatures` in `MatchOperandParserImpl` (PR #96021)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 18 21:36:13 PDT 2024


================
@@ -657,22 +657,22 @@
         ! V9: prefetcha [%i1+3968] %asi, #one_read    ! encoding: [0xc3,0xee,0x6f,0x80]
         prefetcha  [ %i1 + 0xf80 ] %asi, #one_read
----------------
koachan wrote:

This is also suffering from the same issue as the membars, IAS doesn't seem to notice that prefetcha isn't available in V8 mode too...

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


More information about the llvm-branch-commits mailing list