[all-commits] [llvm/llvm-project] 6e8853: ARM/GlobalISel: Don't store a MachineInstrBuilder ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed May 5 14:55:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e88539ab16de1cbe1b6b0a7f2922fd5e710cab9
https://github.com/llvm/llvm-project/commit/6e88539ab16de1cbe1b6b0a7f2922fd5e710cab9
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMCallLowering.cpp
Log Message:
-----------
ARM/GlobalISel: Don't store a MachineInstrBuilder reference
This is basically a pointer anyway
Commit: ef5f0adecd02d92cbb1a713ac7316f6768269412
https://github.com/llvm/llvm-project/commit/ef5f0adecd02d92cbb1a713ac7316f6768269412
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/sibling-call.ll
Log Message:
-----------
AMDGPU: Add a few more tail call tests
Add some cases I noticed were missing when porting to GlobalISel. The
cases that required any argument splitting did not work at first.
Compare: https://github.com/llvm/llvm-project/compare/6bbfa0fd408e...ef5f0adecd02
More information about the All-commits
mailing list