Simon Pilgrim d9f064dc0b [InstCombine] visitTrunc - trunc(shl(X, C)) --> shl(trunc(X),trunc(C)) vector support
Annoyingly vectors aren't supported by shouldChangeType(), but we have precedents for always performing this on vector types (e.g. narrowBinOp).

Differential Revision: https://reviews.llvm.org/D89067
2020-10-08 22:07:51 +01:00
..
2020-09-23 15:32:46 -05:00
2020-10-05 18:09:17 -07:00
2020-09-17 15:56:13 -07:00
2020-05-05 15:28:40 +01:00
2020-10-07 14:41:29 -07:00