[PATCH] D96143: [AMDGPU] Generate test checks and add GFX10 test coverage
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 07:04:55 PST 2021
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/skip-if-dead.ll:352
%cmp.var = fcmp olt float %var, 0.0
+ ; TODO: We could do an early-exit here (the branch above is uniform!)
call void @llvm.amdgcn.kill(i1 %cmp.var)
----------------
I moved this comment (and another instance below). Hopefully it still makes some kind of sense to someone?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96143/new/
https://reviews.llvm.org/D96143
More information about the llvm-commits
mailing list