mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
fbffc5fb97
The fold currently only handles rotation patterns, but with the maturation of backend funnel shift handling we can now realistically handle all funnel shift patterns. This should allow us to begin resolving PR46896 et al. Ensure we block poison in a funnel shift value - similar to rG0fe91ad463fea9d08cbcd640a62aa9ca2d8d05e0 Reapplied with fix for PR48068 - we weren't checking that the shift values could be hoisted from their basicblocks. Differential Revision: https://reviews.llvm.org/D90625 |
||
---|---|---|
.. | ||
funnel.ll | ||
masked-cmp.ll | ||
popcount.ll | ||
rotate.ll | ||
trunc_const_expr.ll | ||
trunc_multi_uses.ll | ||
trunc_select_cmp.ll | ||
trunc_select.ll | ||
trunc_unreachable_bb.ll |