[PATCH] D106056: [CVP] processSwitch: Remove default case when switch cover all possible values.

Alexander Kornienko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 14:32:22 PDT 2021


alexfh added a comment.

FYI, we see a ~5x increase in compile time on some of our code (mainly on some large protobuf-generated files) after rG8ba2adcf9e54b34ba8efa73ac0d81a1192e4f614 <https://reviews.llvm.org/rG8ba2adcf9e54b34ba8efa73ac0d81a1192e4f614>. We're working on an isolated test case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106056/new/

https://reviews.llvm.org/D106056



More information about the llvm-commits mailing list