[PATCH] D38668: [X86] Fix for 20871
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 7 17:12:06 PDT 2017
craig.topper added a comment.
Can you add a test case? This should be sufficient
define i128 @foo(i128 %x, i128 %y) {
%c = mul i128 %x, %y
ret i128 %c
}
https://reviews.llvm.org/D38668
More information about the llvm-commits
mailing list