[PATCH] D70093: [InstCombine] Avoid moving ops that do restrict undef across shuffles.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 10:31:44 PST 2019
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp:1513
+ }
+ };
+
----------------
@spatel Do we have an existing helper for something like this? I know you added getKnownUndefForVectorBinop to the DAG
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70093/new/
https://reviews.llvm.org/D70093
More information about the llvm-commits
mailing list