[all-commits] [llvm/llvm-project] 95192f: [CallSite removal][TargetLowering] Use CallBase in...
topperc via All-commits
all-commits at lists.llvm.org
Sun Apr 12 12:53:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95192f548d08b2c83176ed46412682ece95270c8
https://github.com/llvm/llvm-project/commit/95192f548d08b2c83176ed46412682ece95270c8
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
[CallSite removal][TargetLowering] Use CallBase instead of CallSite in TargetLowering::ParseConstraints interface.
Differential Revision: https://reviews.llvm.org/D77929
More information about the All-commits
mailing list