1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/Analysis/ConstantFolding
Sanjay Patel c684399bd3 [ConstantFolding] improve folding of binops with vector undef operand
A non-undef operand may still have undef constant elements, 
so we should always propagate the vector results per-lane.

llvm-svn: 340194
2018-08-20 18:19:02 +00:00
..
cast-vector.ll
funnel-shift.ll [ConstantFolding] add simplifications for funnel shift intrinsics 2018-08-17 13:23:44 +00:00
gep-constanfolding-error.ll
gep-zeroinit-vector.ll [ConstantFold] Disallow folding vector geps into bitcasts 2018-06-01 19:34:35 +00:00
gep.ll
timeout.ll
vector-undef-elts.ll [ConstantFolding] improve folding of binops with vector undef operand 2018-08-20 18:19:02 +00:00
vectorgep-crash.ll