[all-commits] [llvm/llvm-project] 6f24eb: [NFCI][CostModel][AMDGPU] Simplify getUserCost

Sam Parker via All-commits all-commits at lists.llvm.org
Thu Jun 4 00:52:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f24ebc4badfebce72b6bf06a4dae82ac409da35
      https://github.com/llvm/llvm-project/commit/6f24ebc4badfebce72b6bf06a4dae82ac409da35
  Author: Sam Parker <sam.parker at arm.com>
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp

  Log Message:
  -----------
  [NFCI][CostModel][AMDGPU] Simplify getUserCost

Casts and intrinsics are now handled by the default implementation
of getUserCost, so remove them from the backends switch statement.

https://reviews.llvm.org/D80994




More information about the All-commits mailing list