[PATCH] D63382: [InstCombine] fold a shifted zext to a select
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 16 02:40:44 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp:668-669
Constant *C1;
if (match(Op1, m_Constant(C1))) {
Constant *C2;
Value *X;
----------------
I think you want to add the fold here, no reason to restrict it to identical vectors
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63382/new/
https://reviews.llvm.org/D63382
More information about the llvm-commits
mailing list