[PATCH] D143498: Reapply "[AMDGPU] Modify adjustInliningThreshold to also consider the cost of passing function arguments through the stack"
    Janek van Oirschot via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  8 05:34:10 PST 2023
    
    
  
JanekvO updated this revision to Diff 495811.
JanekvO added a comment.
- Stop bailing out for unknown callees and consider args of indirect calls
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143498/new/
https://reviews.llvm.org/D143498
Files:
  llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  llvm/test/Transforms/Inline/AMDGPU/amdgpu-inline-stack-argument-i64.ll
  llvm/test/Transforms/Inline/AMDGPU/amdgpu-inline-stack-argument.ll
  llvm/test/Transforms/Inline/AMDGPU/amdgpu-inline-stack-array-ptr-argument.ll
  llvm/test/Transforms/Inline/AMDGPU/amdgpu-inline-stack-indirect-call-argument.ll
  llvm/test/Transforms/Inline/AMDGPU/amdgpu-inline-stack-ptr-argument.ll
  llvm/test/Transforms/Inline/AMDGPU/amdgpu-inline-stack-struct-argument.ll
  llvm/test/Transforms/Inline/AMDGPU/amdgpu-inline-stack-vector-ptr-argument.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143498.495811.patch
Type: text/x-patch
Size: 53706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/4e6f4b6c/attachment.bin>
    
    
More information about the llvm-commits
mailing list