[PATCH] D24478: [CodeGen] Fix invalid shift in mul expansion

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 06:08:21 PDT 2016


RKSimon added inline comments.

================
Comment at: test/CodeGen/X86/mul-i512.ll:5
@@ +4,3 @@
+
+define void @test_512(i512* %a, i512* %b, i512* %out) {
+; X32-LABEL: test_512:
----------------
Adding nounwind should cleanup the codegen a little, same for mul-i1024.ll


https://reviews.llvm.org/D24478





More information about the llvm-commits mailing list