[PATCH] D154825: [InstCombine][NFC] Rename check run label

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 02:50:57 PDT 2023


nikic added a comment.

> The existing check run label "DEFAULT" may clash with
> the label from switch "DEFAULT", so renaming it for clarity.

Not sure I understand the clash. The check-prefixes and the variable names shouldn't clash, right?


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