Files
llvm/lib
Simon Pilgrim 0d7db2b064 [DAGCombine] visitMUL - allow shift by zero in MulByConstant.
This can occur under certain circumstances when undefs are created later on in the constant multipliers (e.g. in this case due to SimplifyDemandedVectorElts). Its better to let the shift by zero to occur and perform any cleanup afterward.

Fixes OSS Fuzz #15429

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364179 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-24 12:47:17 +00:00
..
2017-10-16 20:48:19 +00:00
2019-05-30 22:01:56 +00:00
2019-06-23 19:22:13 +00:00