[all-commits] [llvm/llvm-project] adf704: [AMDGPU] Only remove branches in SIInstrInfo::remo...
Carl Ritson via All-commits
all-commits at lists.llvm.org
Tue Oct 5 18:34:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adf7043a9fbafc35add555b8542a198c1c678cb7
https://github.com/llvm/llvm-project/commit/adf7043a9fbafc35add555b8542a198c1c678cb7
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/test/CodeGen/AMDGPU/artificial-terminators.mir
Log Message:
-----------
[AMDGPU] Only remove branches in SIInstrInfo::removeBranch
Without this change _term instructions can be removed during
critical edge splitting.
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D111126
More information about the All-commits
mailing list