[all-commits] [llvm/llvm-project] 2d9ee5: [AArch64] Handle ST1iN instructions in isAArch64Fr...
Danila Malyutin via All-commits
all-commits at lists.llvm.org
Mon Oct 25 07:06:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d9ee590b6676053751ea5dc509662980b431954
https://github.com/llvm/llvm-project/commit/2d9ee590b6676053751ea5dc509662980b431954
Author: Danila Malyutin <dmalyutin at azul.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
A llvm/test/CodeGen/AArch64/aarch64st1.mir
Log Message:
-----------
[AArch64] Handle ST1iN instructions in isAArch64FrameOffsetLegal
Before the code would crash with "unhandled opcode in
isAArch64FrameOffsetLegal" when there was a spill from extractelement.
Fixes pr52249
Differential Revision: https://reviews.llvm.org/D112311
More information about the All-commits
mailing list