The predicate should be adjacent to the opcode.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/ARM/ARMInstrThumb2.td | ||
---|---|---|
5210 | This will generate an AsmString with two consecutive tab characters, because the V8_1MI base class inserts a \t between the asm and ops parameters, but you've put an extra \t in the ops string. (I guess FileCheck normalizes out whitespace and so the test doesn't notice the difference.) |
This will generate an AsmString with two consecutive tab characters, because the V8_1MI base class inserts a \t between the asm and ops parameters, but you've put an extra \t in the ops string.
(I guess FileCheck normalizes out whitespace and so the test doesn't notice the difference.)