[PATCH] D134557: [BranchRelaxation] Fall through only if block has no unconditional branches
Anshil Gandhi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 09:11:49 PDT 2022
gandhi21299 added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/branch-relax-no-terminators.mir:3-6
+# CHECK-LABEL: branch_no_terminators
+# CHECK-LABEL: bb.0.entry:
+# CHECK: S_WAITCNT 0
+# CHECK: $sgpr4_sgpr5 = S_OR_SAVEEXEC_B64 -1, implicit-def $exec, implicit-def dead $scc, implicit $exec
----------------
arsenm wrote:
> Should use update_mir_test_checks at this point
`llc: Unknown command line argument '--amdgpu-s-branch-bits=5'` when running `update_mir_test_checks.py` on this test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134557/new/
https://reviews.llvm.org/D134557
More information about the llvm-commits
mailing list