[PATCH] D71592: [X86] Enable STRICT_FP_TO_SINT/UINT on X86 backend.

LiuChen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 21:34:58 PST 2019


LiuChen3 added inline comments.


================
Comment at: llvm/test/CodeGen/X86/vec-strict-fptoint-512.ll:3
+; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512f -mattr=+avx512vl -O3 -disable-strictnode-mutation | FileCheck %s --check-prefixes=CHECK,AVX,AVX512-32
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f -mattr=+avx512vl -O3 -disable-strictnode-mutation | FileCheck %s --check-prefixes=CHECK,AVX,AVX512-64
+
----------------
craig.topper wrote:
> Should we have avx512dq coverage for the conversion to vXi64? Same with other vector tests.
Ok.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71592/new/

https://reviews.llvm.org/D71592





More information about the llvm-commits mailing list