[all-commits] [llvm/llvm-project] 0ba4e4: GlobalISel: Pass DebugLoc to getFunctionLiveInPhysReg
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jan 10 10:51:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ba4e4b500eaeb3573d2cf32a3280f85f5a714c5
https://github.com/llvm/llvm-project/commit/0ba4e4b500eaeb3573d2cf32a3280f85f5a714c5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/lib/CodeGen/GlobalISel/Utils.cpp
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/dropped_debug_info_assert.ll
Log Message:
-----------
GlobalISel: Pass DebugLoc to getFunctionLiveInPhysReg
Fixes crash in assertion about dropping debug info.
More information about the All-commits
mailing list