NFC.
Adding MC regressions tests to cover the AVX512F_256 ISA sets.
This patch is part of a larger task to cover MC encoding of all X86 ISA Sets started in revision: https://reviews.llvm.org/D39952
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
There are some VEX encoded instructions in the 64-bit test file. It probably can't be helped in the 32-bit file since you can't use xmm16-31
test/MC/X86/AVX512F_256-64.s | ||
---|---|---|
2024 | This is an VEX encoded instruction. Use %xmm16-%xmm31 |
Comment Actions
@RKSimon Yes, there are some non-EVEX encodings inside, so I'm trying to regenerate it.
This is an VEX encoded instruction. Use %xmm16-%xmm31