[all-commits] [llvm/llvm-project] b0402a: [amdgpu] Add 64-bit PC support when expanding unco...
darkbuck via All-commits
all-commits at lists.llvm.org
Mon Jul 26 11:50:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0402a35fc882ad582ddf128833e531cf2b7f657
https://github.com/llvm/llvm-project/commit/b0402a35fc882ad582ddf128833e531cf2b7f657
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/test/CodeGen/AMDGPU/branch-relax-bundle.ll
M llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.mir
M llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx10-branch-offset-bug.ll
M llvm/test/CodeGen/AMDGPU/branch-relaxation.ll
M llvm/test/MC/AMDGPU/expressions.s
A llvm/test/MC/AMDGPU/offset-expr.s
Log Message:
-----------
[amdgpu] Add 64-bit PC support when expanding unconditional branches.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D106445
More information about the All-commits
mailing list