[PATCH] D11741: [TTI] Make the cost APIs in TargetTransformInfo	consistently use 'int' rather than 'unsigned' for their costs.
    Chandler Carruth 
    chandlerc at gmail.com
       
    Mon Aug  3 18:38:11 PDT 2015
    
    
  
chandlerc updated this revision to Diff 31292.
chandlerc added a comment.
Updated after running clang-format over all the code and adding asserts to
address Sanjoy's concerns.
http://reviews.llvm.org/D11741
Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Target/TargetLowering.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  lib/Target/AArch64/AArch64TargetTransformInfo.h
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
  lib/Target/NVPTX/NVPTXTargetTransformInfo.h
  lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  lib/Target/PowerPC/PPCTargetTransformInfo.h
  lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  lib/Target/SystemZ/SystemZTargetTransformInfo.h
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11741.31292.patch
Type: text/x-patch
Size: 85465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150804/3820b385/attachment.bin>
    
    
More information about the llvm-commits
mailing list