[all-commits] [llvm/llvm-project] d49712: [AArch64] Use proper instruction mnemonics for FPRs
Bill Wendling via All-commits
all-commits at lists.llvm.org
Fri May 20 12:03:06 PDT 2022
Branch: refs/heads/arcpatch-D126083
Home: https://github.com/llvm/llvm-project
Commit: d497129f9bfaeff9fd2a57d75186ef0966758ca4
https://github.com/llvm/llvm-project/commit/d497129f9bfaeff9fd2a57d75186ef0966758ca4
Author: Bill Wendling <isanbard at gmail.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/test/CodeGen/AArch64/zero-call-used-regs.ll
Log Message:
-----------
[AArch64] Use proper instruction mnemonics for FPRs
The FPR128 regs need MOVIv2d_ns and SVE regs need DUP_ZI_D.
Differential Revision: https://reviews.llvm.org/D126083
More information about the All-commits
mailing list