[all-commits] [llvm/llvm-project] 0c92bf: GlobalISel: Don't use virtual for distinguishing a...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 22 11:15:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0c92bfa4b8fd47a5525ce967fd3ba6f7557ea408
https://github.com/llvm/llvm-project/commit/0c92bfa4b8fd47a5525ce967fd3ba6f7557ea408
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/lib/Target/ARM/ARMCallLowering.cpp
M llvm/lib/Target/Mips/MipsCallLowering.cpp
M llvm/lib/Target/X86/X86CallLowering.cpp
Log Message:
-----------
GlobalISel: Don't use virtual for distinguishing arg handlers
There's no reason to involve the hassle of a virtual method targets
have to override for a simple boolean.
Not sure exactly what's going on with Mips, but it seems to define its
own totally separate handler classes.
Commit: d26526fd096c927d41949b77160ec750f4068f2a
https://github.com/llvm/llvm-project/commit/d26526fd096c927d41949b77160ec750f4068f2a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
Log Message:
-----------
AArch64: Use Register
Compare: https://github.com/llvm/llvm-project/compare/d074749423a7...d26526fd096c
More information about the All-commits
mailing list