Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/ARM/addimm-mulimm.ll | ||
---|---|---|
4 | If you add a common CHECK you should be able to merge some of these (to reduce ambiguity I've avoided the '-6-' and '-7-' as well): --check-prefixes=CHECK,CHECKV6 --check-prefixes=CHECK,CHECKV7 |
llvm/test/CodeGen/ARM/addimm-mulimm.ll | ||
---|---|---|
6 | Generally its better not to name tests sequentially like this, as it tends to get messy with later alterations. Maybe name them after the scale + offset imediates? e..g fold_add19_mul11_i32 ? |
Comment Actions
What about non-i32 coverage?
llvm/test/CodeGen/ARM/addimm-mulimm.ll | ||
---|---|---|
20 | THUNB -> THUMB ? |
llvm/test/CodeGen/ARM/addimm-mulimm.ll | ||
---|---|---|
5 | Can you use these thumb triples: |
llvm/test/CodeGen/ARM/addimm-mulimm.ll | ||
---|---|---|
20 | fixed. |
If you add a common CHECK you should be able to merge some of these (to reduce ambiguity I've avoided the '-6-' and '-7-' as well):