[PATCH] D138570: [AArch64] Add patterns for SVE predicated add/sub and mov combine
Nicola Lancellotti via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 24 06:56:40 PST 2022
NicolaLancellotti marked an inline comment as done.
NicolaLancellotti added a comment.
In D138570#3949132 <https://reviews.llvm.org/D138570#3949132>, @dmgreen wrote:
> I think the H/S/D should be 255 too, according to https://godbolt.org/z/zcYcdGjfh. It looks like it's a 8bit encoding, that gets treated as a signed value so 255 becomes -1.
You are right. Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138570/new/
https://reviews.llvm.org/D138570
More information about the llvm-commits
mailing list