[PATCH] D90462: [VE][TTI] don't advertise vregs/vops

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 13:00:07 PST 2020


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/VE/disable_lv.ll:2
+; RUN: opt < %s  -loop-vectorize -mtriple=ve-linux -S | FileCheck %s -check-prefix=VE 
+; RUN: opt < %s  -loop-vectorize -mtriple=x86_64-pc_linux -mcpu=core-avx2 -S | FileCheck %s -check-prefix=AVX
+
----------------
kaz7 wrote:
> fhahn wrote:
> > a bit unconventional but I guess it should not cause any problems down the road.
> I hope so too.  We need to enable vectorize ASAP to remove these tests.  :-)
Just to clarify, I was referring to the fact that we run X86 tests in the `VE/` sub-directory.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90462



More information about the llvm-commits mailing list