[PATCH] D83020: [AMDGPU] Avoid using s_cmpk when src0 is not register
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 20:31:21 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/cmp_shrink.mir:5
+# GCN: bb.0:
+# GCN-NOT: S_CMPK_GT_I32
+---
----------------
positive checks are more useful. Also you can just generate these checks. Can you reproduce this with an IR test too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83020/new/
https://reviews.llvm.org/D83020
More information about the llvm-commits
mailing list