[all-commits] [llvm/llvm-project] 1544b9: Initial unit test to demonstrate current behavior
Jonathan Cohen via All-commits
all-commits at lists.llvm.org
Tue Jul 15 23:25:12 PDT 2025
Branch: refs/heads/users/joncoh-apple/split_neon_loads
Home: https://github.com/llvm/llvm-project
Commit: 1544b9929a92b10d8701f335a0b12948189d1585
https://github.com/llvm/llvm-project/commit/1544b9929a92b10d8701f335a0b12948189d1585
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
A llvm/test/CodeGen/AArch64/aarch64-combine-split-loads.mir
Log Message:
-----------
Initial unit test to demonstrate current behavior
Commit: 8550bcd091c669994ffb875388acc256717a2716
https://github.com/llvm/llvm-project/commit/8550bcd091c669994ffb875388acc256717a2716
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/test/CodeGen/AArch64/aarch64-combine-split-loads.mir
Log Message:
-----------
Apply pattern to basic case of 4 i64 loads into fpr128 register
Commit: 6b665536aa24a8506435b9e152f371eaf8eba09a
https://github.com/llvm/llvm-project/commit/6b665536aa24a8506435b9e152f371eaf8eba09a
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/test/CodeGen/AArch64/aarch64-combine-split-loads.mir
Log Message:
-----------
Support additional data types
Commit: 5243e7e5f4ab7b992b25c03259449ee600bb5aa8
https://github.com/llvm/llvm-project/commit/5243e7e5f4ab7b992b25c03259449ee600bb5aa8
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
Log Message:
-----------
Remove check for isOsDarwin()
Commit: c7b7b98c89354caf50a9c4eafdccdeb81350100e
https://github.com/llvm/llvm-project/commit/c7b7b98c89354caf50a9c4eafdccdeb81350100e
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
Log Message:
-----------
Formatting changes
Commit: 9387024c09901027827eb01580dfd8ab088daa80
https://github.com/llvm/llvm-project/commit/9387024c09901027827eb01580dfd8ab088daa80
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
Log Message:
-----------
Code review comments
- Early exit if optimizing for size
- Fix loop condition to check if CurrInstr is not null
- use .empty() instead of begin() != end()
- Rename pattern enum
Commit: 58a2abe04a9af8883515bcfb8fa91bcbda599fdc
https://github.com/llvm/llvm-project/commit/58a2abe04a9af8883515bcfb8fa91bcbda599fdc
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/test/CodeGen/AArch64/aarch64-combine-split-loads.mir
Log Message:
-----------
fix unit-tests
Commit: bb8701702ee76d8cc68f243712f3617bf116e75f
https://github.com/llvm/llvm-project/commit/bb8701702ee76d8cc68f243712f3617bf116e75f
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/test/CodeGen/AArch64/complex-deinterleaving-uniform-cases.ll
M llvm/test/CodeGen/AArch64/concat-vector.ll
M llvm/test/CodeGen/AArch64/fp-maximumnum-minimumnum.ll
M llvm/test/CodeGen/AArch64/fsh.ll
M llvm/test/CodeGen/AArch64/llvm.frexp.ll
M llvm/test/CodeGen/AArch64/neon-dotreduce.ll
M llvm/test/CodeGen/AArch64/nontemporal.ll
Log Message:
-----------
regenerate checks for affected llc tests
Commit: 72f569a8aad3068f112ae674b71547a37b7ee96b
https://github.com/llvm/llvm-project/commit/72f569a8aad3068f112ae674b71547a37b7ee96b
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/test/CodeGen/AArch64/aarch64-combine-split-loads.mir
Log Message:
-----------
code review comment - florian
Commit: ad86eaad5595c3631eca7796d86f6c6eb85b4228
https://github.com/llvm/llvm-project/commit/ad86eaad5595c3631eca7796d86f6c6eb85b4228
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
A llvm/test/CodeGen/AArch64/aarch64-combine-gather-lanes.mir
R llvm/test/CodeGen/AArch64/aarch64-combine-split-loads.mir
Log Message:
-----------
rename test file
Compare: https://github.com/llvm/llvm-project/compare/99a3dfd0801b...ad86eaad5595
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