[PATCH] D46179: [X86] Lowering adds/addus/subs/subus intrinsics to native IR (LLVM part)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 04:37:39 PDT 2018


RKSimon added a comment.

Better to split the signed/unsigned into separate patches since they've diverged so much?



================
Comment at: lib/IR/AutoUpgrade.cpp:79
+      Name.startswith("avx512.mask.paddus") || // Added in 7.0
+      Name.startswith("avx512.mask.psubus") || // Added in 7.0
+      Name=="ssse3.pabs.b.128" || // Added in 6.0
----------------
This is version 8.0 now


Repository:
  rL LLVM

https://reviews.llvm.org/D46179





More information about the llvm-commits mailing list