[all-commits] [llvm/llvm-project] 935c6a: [RegAllocFast] NFC cleanups (#74860)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Dec 12 08:59:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 935c6a2d8d01c602017d8ffa01c3c0bcde2f3d28
https://github.com/llvm/llvm-project/commit/935c6a2d8d01c602017d8ffa01c3c0bcde2f3d28
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/RegAllocFast.cpp
Log Message:
-----------
[RegAllocFast] NFC cleanups (#74860)
- use more range for
- avoid capturing lambda
- prefer Register type to unsigned
- remove braces around single statement if
More information about the All-commits
mailing list