[PATCH] D46179: [X86] Lowering adds/addus/subs/subus intrinsics to native IR (LLVM part)
Tomasz Krupa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 00:57:46 PDT 2018
tkrupa added inline comments.
================
Comment at: test/CodeGen/X86/avx2-intrinsics-fast-isel.ll:2585-2587
+; CHECK-NEXT: vpmaxub %ymm1, %ymm0, %ymm0
+; CHECK-NEXT: vpsubb %ymm1, %ymm0, %ymm0
; CHECK-NEXT: ret{{[l|q]}}
----------------
sroland wrote:
> Err, so it doesn't actually recognize the pattern?
Please look at my comment from Thu, May 10, 10:27 AM.
Repository:
rL LLVM
https://reviews.llvm.org/D46179
More information about the llvm-commits
mailing list