[all-commits] [llvm/llvm-project] 2ef9d2: [AMDGPU] SIInsertSkips: Tidy block splitting to us...
Carl Ritson via All-commits
all-commits at lists.llvm.org
Thu Oct 1 19:11:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2ef9d21e1a3cf8a58049921c785de1487fbcd7e1
https://github.com/llvm/llvm-project/commit/2ef9d21e1a3cf8a58049921c785de1487fbcd7e1
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
Log Message:
-----------
[AMDGPU] SIInsertSkips: Tidy block splitting to use splitAt
Convert to use new MachineBasicBlock splitAt function.
Place code in splitBlock function for reuse in future changes.
Should yield no functional change.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D88537
More information about the All-commits
mailing list