[PATCH] D156128: [Clang][AArch64] Fix up immediate range of f64f64 mopa/mops intrinsics

Bryan Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 13:48:40 PDT 2023


bryanpkc added inline comments.


================
Comment at: clang/include/clang/Basic/arm_sme.td:254
                               [IsStreaming, IsSharedZA],
-                              [ImmCheck<0, ImmCheck0_3>]>;
+                              [ImmCheck<0, ImmCheck0_0>]>;
   }
----------------
Shouldn't this say `ImmCheck0_7` instead?


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