[PATCH] D152407: [AArch64] Merge LDRSWpre-LDRSWui pair into LDPSWpre.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 04:03:00 PDT 2023
fhahn added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/ldrpre-ldr-merge.mir:608
+ early-clobber renamable $x1, renamable $x0 = LDRSWpre killed renamable $x1, 40 :: (load (s32))
+ renamable $x2 = LDRSWui renamable $x1, 1 :: (load (s32))
+ STRXui killed renamable $x0, renamable $x1, 0 :: (store (s64))
----------------
I think we should also have a test case with `LDURSWi` and variants where `LDRSWpre` is the second merge candidate. Preferably the tests will be submitted separately first.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152407/new/
https://reviews.llvm.org/D152407
More information about the llvm-commits
mailing list