[all-commits] [llvm/llvm-project] f7ab36: [ARM] Add basic NPM support for LoadStoreOptimizer...
David Green via All-commits
all-commits at lists.llvm.org
Sun Mar 8 12:28:48 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7ab364f5e599de1cb1da2be4052e448afe2c8ff
https://github.com/llvm/llvm-project/commit/f7ab364f5e599de1cb1da2be4052e448afe2c8ff
Author: David Green <david.green at arm.com>
Date: 2026-03-08 (Sun, 08 Mar 2026)
Changed paths:
M llvm/lib/Target/ARM/ARM.h
M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
A llvm/lib/Target/ARM/ARMPassRegistry.def
M llvm/lib/Target/ARM/ARMTargetMachine.cpp
M llvm/lib/Target/ARM/ARMTargetMachine.h
M llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir
M llvm/test/CodeGen/ARM/prera-ldst-aliasing.mir
Log Message:
-----------
[ARM] Add basic NPM support for LoadStoreOptimizer (#184139)
This is similar to #184090 for ARM, porting the LoadStoreOptimizer to
the new pass manager. The time there are both a pre-ra and post-ra
variant that are ported.
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