[PATCH] D159478: [VP] IR expansion for inttoptr/ptrtoint
LiqinWeng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 06:01:10 PDT 2023
Miss_Grape added inline comments.
================
Comment at: llvm/test/CodeGen/X86/expand-vp-cast-intrinsics.ll:5
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx2 | FileCheck %s --check-prefixes=AVX,AVX2
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl | FileCheck %s --check-prefixes=AVX,AVX512
+
----------------
RKSimon wrote:
> Do we need 32-bit coverage as well?
> ```
> ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx | FileCheck %s --check-prefixes=X86
> ```
How about the test with ’-mtriple=i686-unknown-unknown‘
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159478/new/
https://reviews.llvm.org/D159478
More information about the llvm-commits
mailing list