public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/aoliva/heads/testme)] strub: drop obsolete pp conditionals
Date: Fri, 20 Oct 2023 03:48:47 +0000 (GMT)	[thread overview]
Message-ID: <20231020034847.9488238582B0@sourceware.org> (raw)

https://gcc.gnu.org/g:d7036fc7f68e04fee52e821d832011f06901a2e6

commit d7036fc7f68e04fee52e821d832011f06901a2e6
Author: Alexandre Oliva <oliva@gnu.org>
Date:   Thu Oct 19 02:53:12 2023 -0300

    strub: drop obsolete pp conditionals

Diff:
---
 gcc/ipa-strub.cc | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/gcc/ipa-strub.cc b/gcc/ipa-strub.cc
index 861cd0cffa0e..876828ad4317 100644
--- a/gcc/ipa-strub.cc
+++ b/gcc/ipa-strub.cc
@@ -1898,20 +1898,12 @@ build_ref_type_for (tree parm, bool nonaliased = true)
      set seems to not run afoul of this problem, and it hopefully enables the
      compiler to tell the pointers do point to objects that are not otherwise
      aliased.  */
-#if 1
   tree qref_type = build_variant_type_copy (ref_type);
 
   TYPE_ALIAS_SET (qref_type) = new_alias_set ();
   record_alias_subset (TYPE_ALIAS_SET (qref_type), get_alias_set (ref_type));
 
   return qref_type;
-#else
-  tree qref_type = build_qualified_type (ref_type,
-					 TYPE_QUAL_RESTRICT
-					 | TYPE_QUAL_CONST);
-
-  return qref_type;
-#endif
 }
 
 /* Add cgraph edges from current_function_decl to callees in SEQ with frequency
@@ -2339,16 +2331,9 @@ pass_ipa_strub::adjust_at_calls_call (cgraph_edge *e, int named_args,
     vargs.quick_push (unshare_expr (swmp));
 
     for (; i < nargs; i++)
-#if 0
-      if (!bitmap_bit_p (args_to_skip, i))
-#endif
-	vargs.quick_push (gimple_call_arg (stmt, i));
+      vargs.quick_push (gimple_call_arg (stmt, i));
 
     if (gimple_call_internal_p (stmt))
-#if 0
-      new_stmt = gimple_build_call_internal_vec (gimple_call_internal_fn (stmt),
-						 vargs);
-#endif
       gcc_unreachable ();
     else
       new_stmt = gimple_build_call_vec (gimple_call_fn (stmt), vargs);
@@ -2357,12 +2342,7 @@ pass_ipa_strub::adjust_at_calls_call (cgraph_edge *e, int named_args,
     if (gimple_call_lhs (stmt))
       gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
 
-#if 0
-    gimple_set_vuse (new_stmt, gimple_vuse (stmt));
-    gimple_set_vdef (new_stmt, gimple_vdef (stmt));
-#else
     gimple_move_vops (new_stmt, stmt);
-#endif
 
     if (gimple_has_location (stmt))
       gimple_set_location (new_stmt, gimple_location (stmt));

             reply	other threads:[~2023-10-20  3:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-20  3:48 Alexandre Oliva [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-06  4:29 Alexandre Oliva
2023-10-05  7:37 Alexandre Oliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231020034847.9488238582B0@sourceware.org \
    --to=aoliva@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).