[all-commits] [llvm/llvm-project] d860bf: [DAG] TargetLowering.cpp - breakup if-else chains ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Apr 21 03:18:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d860bf2d0e9ba6df12dcc2fc7508526e388d2a29
https://github.com/llvm/llvm-project/commit/d860bf2d0e9ba6df12dcc2fc7508526e388d2a29
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
[DAG] TargetLowering.cpp - breakup if-else chains where each block returns. NFCI.
Match style guide that requests that if+return blocks are separate.
More information about the All-commits
mailing list