[PATCH] D131571: [AArch64][SME] Fix lowering of llvm.aarch64.get.pstatesm()
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 03:45:50 PDT 2022
aemerson added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:4486
+ EVT VT) const {
+ if (Attrs.hasStreamingInterface() || Attrs.hasStreamingBody())
+ return DAG.getConstant(1, DL, VT);
----------------
Reminder to use the suggested merged method from the other patch here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131571/new/
https://reviews.llvm.org/D131571
More information about the llvm-commits
mailing list