mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 22:17:47 +00:00
c7344cef99
store (load float*) can be optimized to store(load i32*) in InstCombine pass. Add store (load float*) to isProfitableToHoist to make sure we don't break the opt in InstCombine pass. Reviewed By: jsji Differential Revision: https://reviews.llvm.org/D82341 |
||
---|---|---|
.. | ||
cttz-ctlz-spec.ll | ||
lit.local.cfg | ||
prefer-fma.ll | ||
prefer-load-i32.ll |