[all-commits] [llvm/llvm-project] a67b93: [M68k][NFC] Refactoring memory operands of differe...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Sat Mar 30 15:21:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a67b9326cd0448072a1192951f12f3927f31af8c
https://github.com/llvm/llvm-project/commit/a67b9326cd0448072a1192951f12f3927f31af8c
Author: Min Hsu <min at myhsu.dev>
Date: 2024-03-30 (Sat, 30 Mar 2024)
Changed paths:
M llvm/lib/Target/M68k/M68kInstrInfo.td
Log Message:
-----------
[M68k][NFC] Refactoring memory operands of different sizes with foreach
I'm planning to add memory operands that produce floating point type. In
order to prevent code bloating induced by memory operands of not just
integer but floating point types, I factored the sizes from these
operands with foreach loops.
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