[PATCH] D32240: InstCombineCast AShr transformation

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 15:20:47 PDT 2017


efriedma added inline comments.


================
Comment at: cast.ll:1443
+  %c = sext i16 %b to i32
+  ret i32 %c
+}
----------------
This testcase passes on trunk.  What are you trying to fix?


https://reviews.llvm.org/D32240





More information about the llvm-commits mailing list