[all-commits] [llvm/llvm-project] 6b067c: [ARM] Update ifcvt test target triples and opcodes...
David Green via All-commits
all-commits at lists.llvm.org
Thu Jan 2 06:19:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b067c6a91e5a4630c6ff5747c58c27ef4671242
https://github.com/llvm/llvm-project/commit/6b067c6a91e5a4630c6ff5747c58c27ef4671242
Author: David Green <david.green at arm.com>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M llvm/test/CodeGen/ARM/PR32721_ifcvt_triangle_unanalyzable.mir
M llvm/test/CodeGen/ARM/ifcvt_canFallThroughTo.mir
M llvm/test/CodeGen/ARM/ifcvt_diamond_unanalyzable.mir
M llvm/test/CodeGen/ARM/ifcvt_forked_diamond_unanalyzable.mir
M llvm/test/CodeGen/ARM/ifcvt_simple_bad_zero_prob_succ.mir
M llvm/test/CodeGen/ARM/ifcvt_simple_unanalyzable.mir
M llvm/test/CodeGen/ARM/ifcvt_triangleSameCvtNext.mir
M llvm/test/CodeGen/ARM/ifcvt_triangleWoCvtToNextEdge.mir
Log Message:
-----------
[ARM] Update ifcvt test target triples and opcodes. NFC
Some of the instructions in these tests were technically invalid
combinations (using ARM opcodes in Thumb mode, for example). Update the
targets and the instructions used to be more correct.
More information about the All-commits
mailing list