[all-commits] [llvm/llvm-project] d9211b: [SimplifyCFG] cleanup code for converting switch t...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Tue Apr 12 09:19:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9211be13ddaec5913c5a2dad408f523891454bb
https://github.com/llvm/llvm-project/commit/d9211be13ddaec5913c5a2dad408f523891454bb
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-04-12 (Tue, 12 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[SimplifyCFG] cleanup code for converting switch to select (NFC)
This renames functions for more general usage (and current capitalization style)
before a proposed logic change in D122485.
Differential Revision: https://reviews.llvm.org/D123614
More information about the All-commits
mailing list