[PATCH] D46179: [X86] Lowering addus/subus intrinsics to native IR (LLVM part)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 24 11:46:58 PDT 2018
spatel added a comment.
In https://reviews.llvm.org/D46179#1212740, @craig.topper wrote:
> @spatel, would the end result be completely removing all of the widening from v8i8 to v16i8 that was done in the incoming IR? Leaving only v8i8 types?
Yes - I'll describe/show the potential transform in the bug report.
Repository:
rL LLVM
https://reviews.llvm.org/D46179
More information about the llvm-commits
mailing list