[all-commits] [llvm/llvm-project] cbeffa: [SimplifyCFG] convert if-else chain to switch; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Mar 13 07:35:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cbeffa3f6c77274f2e5f44f0743e92095f30a9e7
https://github.com/llvm/llvm-project/commit/cbeffa3f6c77274f2e5f44f0743e92095f30a9e7
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[SimplifyCFG] convert if-else chain to switch; NFC
Fix formatting of related function names while changing the code.
More information about the All-commits
mailing list