This adds some extra RUN lines to existing test files, to check that
things that worked in previous architecture versions haven't
accidentally stopped working in 8.1-M. Also we add some new tests: a
test of scalar floating point instructions that could be easily
confused with the similar-looking vector ones at assembly time, a test
of basic load/store/move access to the FP registers (which has to work
even in integer-only MVE); and one final check of the really obvious
case where turning off MVE should make sure MVE instructions really
are rejected.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 33197 Build 33196: arc lint + arc unit
Event Timeline
llvm/test/MC/ARM/mve-fp-registers.s | ||
---|---|---|
12 | looks like something went wrong with the formatting, i.e. the whitespaces, in this file. |
Comment Actions
With all the whitespaces fixed in test/MC/ARM/mve-fp-registers.s, this looks like a good change to me.
looks like something went wrong with the formatting, i.e. the whitespaces, in this file.