[PATCH] D154825: [InstCombine][NFC] Rename check run label
Piotr Sobczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 03:07:37 PDT 2023
piotr added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/unreachable-code.ll:146
; CHECK-SAME: (i32 [[X:%.*]]) {
; CHECK-NEXT: switch i32 -1, label [[DEFAULT:%.*]] [
; CHECK-NEXT: i32 0, label [[CASE0:%.*]]
----------------
Part of this line contains a substring that could potentially be matched with the check run line "DEFAULT:".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154825/new/
https://reviews.llvm.org/D154825
More information about the llvm-commits
mailing list