[PATCH] D127957: [AArch64][SME] Add some SME PSTATE setting/query intrinsics
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 20:15:04 PDT 2022
aemerson added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:19285
}
+ case Intrinsic::aarch64_sme_get_pstatesm: {
+ SDLoc DL(N);
----------------
This is a lowering but it’s being implemented in a combine method, which although it may work, doesn’t seem the right place to do it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127957/new/
https://reviews.llvm.org/D127957
More information about the llvm-commits
mailing list