[all-commits] [llvm/llvm-project] 68eb08: [CallSite removal][GlobalISel] Use CallBase instea...
topperc via All-commits
all-commits at lists.llvm.org
Mon Apr 13 10:31:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 68eb08646c012555bb6b1ab1678d6d745b0a3ebe
https://github.com/llvm/llvm-project/commit/68eb08646c012555bb6b1ab1678d6d745b0a3ebe
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
Log Message:
-----------
[CallSite removal][GlobalISel] Use CallBase instead of CallSite in lowerCall and translateCallBase.
Differential Revision: https://reviews.llvm.org/D78001
More information about the All-commits
mailing list