[llvm] [SPARC][IAS] Properly set implied feature sets for ISA levels/extensions (PR #143232)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 21:41:54 PDT 2025


================
@@ -1,20 +1,12 @@
 # RUN: llvm-mc %s -triple=sparc | FileCheck %s --check-prefix=ASM
----------------
MaskRay wrote:

It's usually easier to maintain to test different ISAs with the same test file.
You can use
```
--check-prefixes=OBJDUMP,OBJDUMP-V8
--check-prefixes=OBJDUMP,OBJDUMP-V9
```


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


More information about the llvm-commits mailing list