[all-commits] [llvm/llvm-project] d7d2a5: [AArch64] Add an early return and de-indent a long...
Ömer Sinan Ağacan via All-commits
all-commits at lists.llvm.org
Fri Jun 5 02:58:50 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7d2a558253250a087fe9b9b21abfc111e91425b
https://github.com/llvm/llvm-project/commit/d7d2a558253250a087fe9b9b21abfc111e91425b
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
Log Message:
-----------
[AArch64] Add an early return and de-indent a long indented block (NFC) (#201345)
As per LLVM coding standards recommendation in [1].
[1]:
https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list