[all-commits] [llvm/llvm-project] bc0280: Revert "[ARM] Change FastISel Address from a struc...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Mar 9 11:46:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc028026757ed7580e2ec76a04b89dcfaa0ca8e9
https://github.com/llvm/llvm-project/commit/bc028026757ed7580e2ec76a04b89dcfaa0ca8e9
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMFastISel.cpp
Log Message:
-----------
Revert "[ARM] Change FastISel Address from a struct to a class. NFC"
This reverts commit d47bc6fd93f9f439a54fd7cf55cdcb2e2ca0cfcb.
I forgot to commit clang-format cleanup before I pushed this.
Commit: bd64f313a55b66503808f57e2dfe23ba01db0f88
https://github.com/llvm/llvm-project/commit/bd64f313a55b66503808f57e2dfe23ba01db0f88
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMFastISel.cpp
Log Message:
-----------
Recommit "[ARM] Change FastISel Address from a struct to a class. NFC"
With clang-format this time.
Original message:
This allows us to use Register in the interface, but store an
unsigned internally in a union.
Compare: https://github.com/llvm/llvm-project/compare/29129be63223...bd64f313a55b
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