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

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 12:59:03 PST 2020


kaz7 accepted this revision.
kaz7 added a comment.
This revision is now accepted and ready to land.

LGTM.  Thanks!



================
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
+
----------------
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.  :-)


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