[PATCH] D11218: AVX512 : Integer Truncate with/without saturation support

Elena Demikhovsky elena.demikhovsky at intel.com
Wed Jul 15 11:14:12 PDT 2015


delena added inline comments.

================
Comment at: include/llvm/IR/IntrinsicsX86.td:5294
@@ +5293,3 @@
+let TargetPrefix = "x86" in {
+  def int_x86_avx512_mask_pmov_qb_128 :
+          GCCBuiltin<"__builtin_ia32_pmovqb128_mask">,
----------------
ab wrote:
> So, this file is starting to get pretty unwieldy.  Why not use multiclasses?
Ahmed, we don't want to change format of this file now. We need to add hundreds of intrinsics and we generate these lines. Multiclasses will require manual code. It will significantly slow down the process.



Repository:
  rL LLVM

http://reviews.llvm.org/D11218







More information about the llvm-commits mailing list