This commit adds comments on how the AMDPAL OS type overloads the
existing AMDGPU_ calling conventions used by Mesa, and adds a couple of
new ones.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D37752
[AMDGPU] calling conventions for AMDPAL OS type ClosedPublic Authored by tpr on Sep 12 2017, 11:26 AM.
Details Summary This commit adds comments on how the AMDPAL OS type overloads the
Diff Detail
Event TimelineHerald added subscribers: t-tye, yaxunl, wdng and 2 others. · View Herald TranscriptSep 12 2017, 11:26 AM
This revision is now accepted and ready to land.Sep 15 2017, 9:34 AM Closed by commit rL314502: [AMDGPU] calling conventions for AMDPAL OS type (authored by tpr). · Explain WhySep 29 2017, 2:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117110 llvm/trunk/include/llvm/IR/CallingConv.h
llvm/trunk/lib/AsmParser/LLLexer.cpp
llvm/trunk/lib/AsmParser/LLParser.cpp
llvm/trunk/lib/AsmParser/LLToken.h
llvm/trunk/lib/IR/AsmWriter.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
llvm/trunk/lib/Target/AMDGPU/SIDefines.h
llvm/trunk/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
llvm/trunk/test/Bitcode/compatibility.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-cs.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-es.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-gs.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-hs.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-ls.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-ps.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-vs.ll
llvm/trunk/test/CodeGen/AMDGPU/calling-conventions.ll
|