Test cases added as @eli.friedman kindly advised.
I am wondering do we really need them and need them in asm clobber form.
The questions originated from initial commit be881e283173 with pre-commit code review D78252 approved.
Then thanks to @ab notes I committed fixes to first parts of patterns(V16-V31 registers restrictions), although
all used v*i16_indexed patterns in second part had already V16-V31 restrictions in place and no issues were found.
Restrictions are tested by llvm/test/MC/AArch64/fullfp16-diagnostics.s
So test cases under review just additionally check that V16-V31 are not allocated in f16 indexed patterns.
Details
Details
- Reviewers
eli.friedman ab dmgreen
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo