[PATCH] D60660: [InstCombine] Prune fshl/fshr with masked operands
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 14 12:29:07 PDT 2019
lebedev.ri added a comment.
Please upload all patches with full context (`-U99999`)
================
Comment at: lib/Transforms/InstCombine/InstCombineCalls.cpp:2087
+
+ if (SimplifyDemandedInstructionBits(*II))
+ return &CI;
----------------
This should probably be at the top level of whatever function this is.
Not sure where in the function though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60660/new/
https://reviews.llvm.org/D60660
More information about the llvm-commits
mailing list