[PATCH] D133188: [InstCombine] extractvalue (any_mul_with_overflow X, 2^n), 0 -> X << n

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 05:43:22 PDT 2022


spatel added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/with_overflow.ll:991
 
+; Negative test: not PowerOf2
+
----------------
Wrong comment or wrong test?


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

https://reviews.llvm.org/D133188



More information about the llvm-commits mailing list