[PATCH] D84264: [SCCP] Directly remove non-feasible edges
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 14:49:26 PDT 2020
fhahn added inline comments.
================
Comment at: llvm/test/Transforms/SCCP/switch-constantfold-crash.ll:8
; CHECK-NEXT: bb:
-; CHECK-NEXT: br label %bb9
+; CHECK-NEXT: br label [[BB9:%.*]]
; CHECK: bb6:
----------------
These checks seem odd. We care basically just creating a FileCheck variable, but never match the variable elsewhere, right? So we aren't actually checking if we branch to `bb9` here, unless I am missing something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84264/new/
https://reviews.llvm.org/D84264
More information about the llvm-commits
mailing list