[all-commits] [llvm/llvm-project] d61996: AMDGPU: Increase branch size estimate with offset bug
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Oct 23 07:34:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d61996473dd9481da9ffc40cea608a5e6eaacf06
https://github.com/llvm/llvm-project/commit/d61996473dd9481da9ffc40cea608a5e6eaacf06
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SOPInstructions.td
A llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx10-branch-offset-bug.ll
Log Message:
-----------
AMDGPU: Increase branch size estimate with offset bug
This will be relaxed to insert a nop if the offset hits the bad value,
so over estimate branch instruction sizes.
Commit: 8a59d4b654e486d9f8f8dbc6da40a4d7ad93ee68
https://github.com/llvm/llvm-project/commit/8a59d4b654e486d9f8f8dbc6da40a4d7ad93ee68
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
AMDGPU: Don't query for TII in TII
Compare: https://github.com/llvm/llvm-project/compare/676ff75d6079...8a59d4b654e4
More information about the All-commits
mailing list