[PATCH] D135975: [BranchRelaxation] Fix test for duplicate branch instruction
Anshil Gandhi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 10:50:11 PST 2022
gandhi21299 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: {{ $}}
----------------
foad wrote:
> This won't survive the next time someone regenerates the checks for this file.
Should I get rid of that specific line then?
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