Re: [PATCH] tree-optimization: Optimize idempotent ABS_EXPR in loops [PR middle-end]
Jeffrey Law <[email protected]> Wed, 5 Aug 2026 08:27:14 -0600
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
Just a note. We have two patches that are trying to address the same core problem in SCEV. We'll have to work through both implementations and pick one to go forward. I haven't dug into the details of either other than to note one is limited to abs while the other covers several more operators. Jeff