[all-commits] [llvm/llvm-project] d3b33a: [VE][TTI] don't advertise vregs/vops

Simon Moll via All-commits all-commits at lists.llvm.org
Fri Nov 6 02:12:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d3b33a78106e30afaeb0a2a5e7f8e16b5f7e0752
      https://github.com/llvm/llvm-project/commit/d3b33a78106e30afaeb0a2a5e7f8e16b5f7e0752
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2020-11-06 (Fri, 06 Nov 2020)

  Changed paths:
    M llvm/lib/Target/VE/VETargetTransformInfo.h
    A llvm/test/Transforms/LoopVectorize/VE/disable_lv.ll
    A llvm/test/Transforms/LoopVectorize/VE/lit.local.cfg
    A llvm/test/Transforms/SLPVectorizer/VE/disable_slp.ll
    A llvm/test/Transforms/SLPVectorizer/VE/lit.local.cfg

  Log Message:
  -----------
  [VE][TTI] don't advertise vregs/vops

Claim to not have any vector support to dissuade SLP, LV and friends
from generating SIMD IR for the VE target.  We will take this back once
vector isel is stable.

Reviewed By: kaz7, fhahn

Differential Revision: https://reviews.llvm.org/D90462




More information about the All-commits mailing list