[all-commits] [llvm/llvm-project] 9a04bc: [AArch64] Move LDR_PXI from isStoreToStackSlot to ...
weiguozhi via All-commits
all-commits at lists.llvm.org
Mon Sep 18 15:52:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a04bc4c43f7a0a556765869c49d9a10473b40f2
https://github.com/llvm/llvm-project/commit/9a04bc4c43f7a0a556765869c49d9a10473b40f2
Author: weiguozhi <57237827+weiguozhi at users.noreply.github.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
A llvm/test/CodeGen/AArch64/spill-reload-remarks.ll
Log Message:
-----------
[AArch64] Move LDR_PXI from isStoreToStackSlot to isLoadFromStackSlot (#65658)
LDR_PXI is a load instruction, so it should be in isLoadFromStackSlot.
More information about the All-commits
mailing list