[all-commits] [llvm/llvm-project] 84d16e: Implementation for TargetTransformInfo::hasActiveV...

Roger Ferrer Ibáñez via All-commits all-commits at lists.llvm.org
Mon Apr 26 14:20:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84d16e2055071abf0c2c22ad13d6f896a75bd38d
      https://github.com/llvm/llvm-project/commit/84d16e2055071abf0c2c22ad13d6f896a75bd38d
  Author: Vineet Kumar <vineet.kumar at bsc.es>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M llvm/lib/Analysis/TargetTransformInfo.cpp

  Log Message:
  -----------
  Implementation for TargetTransformInfo::hasActiveVectorLength()

This patch adds the missing implementation for
TargetTransformInfo::hasActiveVectorLength() without which using
hasActiveVectorLength() causes linker error.

Patch by Vineet Kumar!

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




More information about the All-commits mailing list