[PATCH] D156128: [Clang][AArch64] Fix up immediate range of f64f64 mopa/mops intrinsics
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 23:50:51 PDT 2023
sdesmalen added inline comments.
================
Comment at: clang/include/clang/Basic/arm_sme.td:254
[IsStreaming, IsSharedZA],
- [ImmCheck<0, ImmCheck0_3>]>;
+ [ImmCheck<0, ImmCheck0_0>]>;
}
----------------
bryanpkc wrote:
> Shouldn't this say `ImmCheck0_7` instead?
I briefly changed it to ImmCheck0_0 to see if any other tests would fail and then committed the wrong version of the patch. Thanks for pointing out!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156128/new/
https://reviews.llvm.org/D156128
More information about the cfe-commits
mailing list