Hi Richard,
Here are more details about the testcase failure and my analysis/fix:
Testcase:
void f(int *i)
{
if (!i)
return;
else
{
__builtin_printf("Hi");
*i=0;
}
}
--
Assembly w/o patch:
cbz x0
Hi Hanke!
On 2023-12-13T17:04:57+0800, Hanke Zhang via Gcc wrote:
> Hi, I'm trying to create a global variable in my own PASS which
> located at the LATE_IPA_PASSES. (I'm using GCC 10.3.0.)
I can't comment on IPA aspects, or whether something was different on
oldish GCC 10 (why using that one, b
I am part of a project developing content addressable memory. I am the
2nd author for a paper on this presented at MEMSYS 2023, and with
additions likely to be accepted by ACM shortly.
https://www.memsys.io/wp-content/uploads/2023/09/10.pdf
My role is to develop software to demonstrate the benef
Snapshot gcc-12-20231215 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/12-20231215/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 12 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
On Fri, 15 Dec 2023 14:43:22 -0500
"David H. Lynch Jr. via Gcc" wrote:
> Right now I am just focused on some means to deliver support.
Hi David,
My colleague Bob Dubner and I have been extending GCC every day for
the last two years. I wonder if we might be of some use to you.
I only faint