[PATCH] D64413: [ARM] Enable VPUSH/VPOP aliases when either MVE or VFP is present
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 10:47:06 PDT 2019
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMInstrVFP.td:312
+ Requires<[HasFPRegs]>;
defm : VFPDTAnyInstAlias<"vpush${p}", "$r",
(VSTMSDB_UPD SP, pred:$p, spr_reglist:$r)>;
----------------
Are these needed too, for the optional suffix?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64413/new/
https://reviews.llvm.org/D64413
More information about the llvm-commits
mailing list