[all-commits] [llvm/llvm-project] e1b5fc: [InstCombine] Add additional trunc(shl(x, c)) -> sh...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Oct 8 13:12:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e1b5fcb9424a39ec663675604dca77aa98b347c1
https://github.com/llvm/llvm-project/commit/e1b5fcb9424a39ec663675604dca77aa98b347c1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/trunc.ll
Log Message:
-----------
[InstCombine] Add additional trunc(shl(x,c)) -> shl(trunc(x),trunc(c)) vector tests
More information about the All-commits
mailing list