[llvm] [ARM] Remove duplicate custom SDag node (NFCI) (PR #93419)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sun May 26 10:30:39 PDT 2024
================
@@ -244,7 +243,7 @@ class VectorType;
VADDLVAps, // Same as VADDLVp[su] but with a v4i1 predicate mask
VADDLVApu,
VMLAVs, // sign- or zero-extend the elements of two vectors to i32, multiply
- VMLAVu, // them and add the results together, returning an i32 of their sum
+ VMLAVu, // them and add the results together, returning an i32 of the sum
----------------
s-barannikov wrote:
clang-format insisted I change this line
https://github.com/llvm/llvm-project/pull/93419
More information about the llvm-commits
mailing list