mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
9713d9790b
It seems incorrect to use TTI data in some places, and override it in others. In this case, TTI says that `extractvalue` are free, yet we bill them. While this doesn't address https://bugs.llvm.org/show_bug.cgi?id=50099 yet, it reduces the cost from 55 to 50 while the threshold is 45. Differential Revision: https://reviews.llvm.org/D101228 |
||
---|---|---|
.. | ||
ext.ll | ||
extractvalue.ll | ||
inline-target-attr.ll | ||
inline-target-cpu-i686.ll | ||
inline-target-cpu-x86_64.ll | ||
insertvalue.ll | ||
lit.local.cfg | ||
switch.ll |