[PATCH] D148420: [InstSimplify] Enhance select icmp and simplification

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 16 16:24:13 PDT 2023


goldstein.w.n added inline comments.


================
Comment at: llvm/test/Transforms/InstSimplify/select.ll:1346
+
+; (x << k) ? 2^k * x : 0 --> 2^k * x
+
----------------
Can you split the next tests to a prior patch so we can see the diff this patch generates?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148420/new/

https://reviews.llvm.org/D148420



More information about the llvm-commits mailing list