[PATCH] D131389: [AArch64] Add Missing v8.8a ALLINT PSTATE
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 07:26:42 PDT 2022
lenary added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp:3147
unsigned State;
- if (Reg == AArch64PState::PAN || Reg == AArch64PState::UAO || Reg == AArch64PState::SSBS) {
+ if (PMapper->ZeroOneImm) {
assert(Immed < 2 && "Bad imm");
----------------
This is using the wrong accessor. I will update the patch with the right one after the first set of feedback comes in.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131389/new/
https://reviews.llvm.org/D131389
More information about the llvm-commits
mailing list