[PATCH] D135975: [BranchRelaxation] Fix test for duplicate branch instruction
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 04:18:08 PST 2022
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/branch-relax-no-terminators.mir:100
; CHECK-NEXT: S_BRANCH %bb.4
+ ; CHECK-NOT: S_BRANCH %bb.4
; CHECK-NEXT: {{ $}}
----------------
This won't survive the next time someone regenerates the checks for this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135975/new/
https://reviews.llvm.org/D135975
More information about the llvm-commits
mailing list