]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm: [MVE intrinsics] remove useless resolve from create shape
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 Jun 2024 14:42:51 +0000 (14:42 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 18 Oct 2024 07:41:08 +0000 (07:41 +0000)
vcreateq have no overloaded forms, so there's no need for resolve ().

2024-07-11  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* config/arm/arm-mve-builtins-shapes.cc (create_def::resolve):
Delete function.

gcc/config/arm/arm-mve-builtins-shapes.cc

index e01939469e3a572ab87984d5b7bb0f74a41dcfc1..0520a8331db0e680c9e58abb57ca9ff8305ba171 100644 (file)
@@ -1408,12 +1408,6 @@ struct create_def : public nonoverloaded_base
   {
     build_all (b, "v0,su64,su64", group, MODE_none, preserve_user_namespace);
   }
-
-  tree
-  resolve (function_resolver &r) const override
-  {
-    return r.resolve_uniform (0, 2);
-  }
 };
 SHAPE (create)