[PATCH] D87726: [LowerSwitch][NewPM] Port lowerswitch to NPM

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 17:22:19 PDT 2020


ychen added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/LowerSwitch.cpp:92
+
+class LowerSwitch {
+public:
----------------
Make it a static function?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87726



More information about the llvm-commits mailing list