[PATCH] D97545: [AMDGPU] Remove SI_MASK_BRANCH
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 05:44:24 PST 2021
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInsertSkips.cpp:213
-// Returns true if a branch over the block was inserted.
-bool SIInsertSkips::skipMaskBranch(MachineInstr &MI,
- MachineBasicBlock &SrcMBB) {
----------------
If SIInsertSkips is no longer inserting skips, it needs a new name
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97545/new/
https://reviews.llvm.org/D97545
More information about the llvm-commits
mailing list