Re: [PATCH 0/8] Tweak predicate macros in tree

2023-07-19 Thread Ken Matsui via Gcc-patches
On Wed, Jul 19, 2023 at 12:08 AM Richard Biener wrote: > > On Wed, Jul 19, 2023 at 1:34 AM Ken Matsui via Gcc-patches > wrote: > > > > This patch series tweaks predicate macros in tree.h to make the code more > > readable. TYPE_REF_P is moved to tree.h and used for INDIRECT_TYPE_P and > > TYPE_RE

Re: [PATCH 0/8] Tweak predicate macros in tree

2023-07-19 Thread Richard Biener via Gcc-patches
On Wed, Jul 19, 2023 at 1:34 AM Ken Matsui via Gcc-patches wrote: > > This patch series tweaks predicate macros in tree.h to make the code more > readable. TYPE_REF_P is moved to tree.h and used for INDIRECT_TYPE_P and > TYPE_REF_IS_LVALUE. TYPE_PTR_P is also moved to tree.h and used for > INDIREC

[PATCH 0/8] Tweak predicate macros in tree

2023-07-18 Thread Ken Matsui via Gcc-patches
This patch series tweaks predicate macros in tree.h to make the code more readable. TYPE_REF_P is moved to tree.h and used for INDIRECT_TYPE_P and TYPE_REF_IS_LVALUE. TYPE_PTR_P is also moved to tree.h and used for INDIRECT_TYPE_P. POINTER_TYPE_P in tree.h is replaced with INDIRECT_TYPE_P since it