[all-commits] [llvm/llvm-project] fe0197: [InstCombine] Add checks for and(logicalshift(zext...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Oct 7 13:00:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe0197e194a64f950602fb50736b6648a9e5b2a9
https://github.com/llvm/llvm-project/commit/fe0197e194a64f950602fb50736b6648a9e5b2a9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/and-narrow.ll
Log Message:
-----------
[InstCombine] Add checks for and(logicalshift(zext(x),undef),y) cases
Prep work before some cleanup in narrowMaskedBinOp
More information about the All-commits
mailing list