[all-commits] [llvm/llvm-project] 96ec1b: [FastISel][NFC] Refactor if/else chain into early ...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Fri May 26 04:10:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96ec1bee16fb50afa84a963a18df1a21c0b7355e
https://github.com/llvm/llvm-project/commit/96ec1bee16fb50afa84a963a18df1a21c0b7355e
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Log Message:
-----------
[FastISel][NFC] Refactor if/else chain into early returns
This will make it easier to add more cases in a subsequent commit and also
better conforms to the coding guidelines.
Depends on D151330
Differential Revision: https://reviews.llvm.org/D151331
More information about the All-commits
mailing list