1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Transforms/VectorCombine/X86
Sanjay Patel ace163be2a [VectorCombine] fix cost calc for extract-cmp
getOperationCost() is not the cost we wanted; that's not the
throughput value that the rest of the calculation uses.

We may want to switch everything in this code to use the
getInstructionThroughput() wrapper to avoid these kinds of
problems, but I'll look at that as a follow-up because that
can create other logical diffs via using optional parameters
(we'd need to speculatively create the vector instruction to
make a fair(er) comparison).
2020-02-16 10:40:28 -05:00
..
extract-binop.ll [VectorCombine] try to form vector binop to eliminate an extract element 2020-02-13 17:23:27 -05:00
extract-cmp.ll [VectorCombine] fix cost calc for extract-cmp 2020-02-16 10:40:28 -05:00
lit.local.cfg