Fix Generic CodeGen test CodeGen/Generic/asm-large-immediate.ll by using the
generic operand printer when a modifier is given.
Details
Details
- Reviewers
asl mskvortsov
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 29258 Build 29257: arc lint + arc unit
Event Timeline
Comment Actions
This test was failing with the MSP430 target: CodeGen/Generic/asm-large-immediate.ll.
Should I create a similar test and place it under the MSP430 tests?
Comment Actions
It is probably best to add standalone test for this.
The Generic test will only test this if the default target arch is MSP430.