[all-commits] [llvm/llvm-project] 8634e3: [AArch64][ARM] Avoid some APFloat copies in tableg...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Nov 1 11:15:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8634e358eb3b52d9cf0c59f51d090bdfc5e6898c
https://github.com/llvm/llvm-project/commit/8634e358eb3b52d9cf0c59f51d090bdfc5e6898c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/ARM/ARMInstrVFP.td
Log Message:
-----------
[AArch64][ARM] Avoid some APFloat copies in tablegen patterns. NFC. (#114416)
Either the N->getValueAPF() was being unused or we were failing to make use of it returning a const APFloat&
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