[all-commits] [llvm/llvm-project] 33125c: [CostModel] fill in arguments as part of intrinsic...

RotateRight via All-commits all-commits at lists.llvm.org
Mon Sep 28 12:28:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 33125cffda96fd5c5d2b80eebfa89fbf4f6b76a6
      https://github.com/llvm/llvm-project/commit/33125cffda96fd5c5d2b80eebfa89fbf4f6b76a6
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

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

  Log Message:
  -----------
  [CostModel] fill in arguments as part of intrinsic attribute constructor

This appears to be an error of code duplication - instead of
one constructor variant calling another, we have N similar
but not identical versions.

I think this is 'NFC' based on the current callers, but it's
hard to tell or guess the intent in all cases.




More information about the All-commits mailing list