[PATCH] D37534: [X86] Unsigned saturation subtraction canonicalization [the backend part]
Zvi Rackover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 02:43:35 PDT 2017
zvi added a comment.
Please add the avx512vl feature to the AVX512 test (in the parent patch) and rebase this patch. It will drastically improve some of the cases :).
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:35645
+ return SDValue();
+ } else {
+ return SDValue();
----------------
Please drop the braces
https://reviews.llvm.org/D37534
More information about the llvm-commits
mailing list