[PATCH] D99074: [llvm][AArch64][SVE] Fold literals into math instructions
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 06:39:49 PDT 2021
bsmith added a comment.
Would be good to be more consistent with the existing classes in here, for example the classes with patterns in are mostly near the top of the file with specific naming `SVE_` style.
================
Comment at: llvm/lib/Target/AArch64/SVEInstrFormats.td:8407
+
+ defm : intrinsic_compact_fp_immediates_zeroing<IZ, A, B, op>;
+}
----------------
This doesn't really need to be a separate mutliclass as it is only instantiated once, similar with the other classes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99074/new/
https://reviews.llvm.org/D99074
More information about the llvm-commits
mailing list