[PATCH] D74908: AMDGPU/SIInsertSkips: Fix the determination of whether early-exit-after-kill is possible
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 18:43:09 PST 2020
arsenm added a comment.
lgtm except the dead code
================
Comment at: llvm/lib/Target/AMDGPU/SIInsertSkips.cpp:344
llvm_unreachable("invalid opcode, expected SI_KILL_*_TERMINATOR");
+ return false;
}
----------------
Dead code
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74908/new/
https://reviews.llvm.org/D74908
More information about the llvm-commits
mailing list