[all-commits] [llvm/llvm-project] 66749c: [ARM] Add Thumb LSR codegen tests. NFC
David Green via All-commits
all-commits at lists.llvm.org
Thu Feb 16 06:25:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66749ce92707b578a17b36cb479ae44cdc314640
https://github.com/llvm/llvm-project/commit/66749ce92707b578a17b36cb479ae44cdc314640
Author: David Green <david.green at arm.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
A llvm/test/CodeGen/Thumb/arm_q15_to_q31.ll
Log Message:
-----------
[ARM] Add Thumb LSR codegen tests. NFC
This is the same routine generated in two different ways that ends up with
different orders to loads. The first currently does better than the second
with ordered loads, but needn't if the filtering in LSR is improved.
More information about the All-commits
mailing list