Re: [PATCH 2/2] middle-end: Remove integer_three_node [PR116537]

2024-08-29 Thread Richard Biener
On Fri, Aug 30, 2024 at 1:02 AM Andrew Pinski wrote: > > After the small expansion patch for __builtin_prefetch, the > only use of integer_three_node is inside tree-ssa-loop-prefetch.cc so let's > remove it as the loop prefetch pass is not enabled these days by default and > having a tree node aro

[PATCH 2/2] middle-end: Remove integer_three_node [PR116537]

2024-08-29 Thread Andrew Pinski
After the small expansion patch for __builtin_prefetch, the only use of integer_three_node is inside tree-ssa-loop-prefetch.cc so let's remove it as the loop prefetch pass is not enabled these days by default and having a tree node around just for that pass is a little wasteful. Integer constants a