Hi.
I am working on Itanium architecture and GCC-4.1.1.
I modify the machine description file ia64.md to support single
predicate set instruction such as:
(%0) cmp.ne %1, p0 = %2, %3
here %0 and %1 are predicates, %2 is a register or immediate, %3 is a
register operand.
more specifically
On 21/09/2007, Michiel de Bondt <[EMAIL PROTECTED]> wrote:
> Using strings to show my point was not a good idea. You can add a field
> "int number" to the struct and perform similar operations (with =
> instead of strcpy).
I believe Andrew's right and the strcpy case is valid, but you do have
a po
"Andreas Krebbel" <[EMAIL PROTECTED]> writes:
> The lengthy part is necessary to have attribute getter functions which
> allow to specify the alternative as additional parameter. I admit
> that these are a lot of quite mechanical changes to the genattr stuff
> but my hope was that these getter fu
># all tests fail with ICE in verify_curr_properties; -m32/-m64
>-O2 -fno-tree-salias
>-Os -fno-tree-salias
Known. This is normally the first place we build aliasing info.
Unless we have a compelling reason to have this flag, we should simply
remove the flag.
> # all tests fail with ICE in ver
Background: GCC 4.2.0 base line + mods for UPC dialect. Problem below
is probablly a result of the UPC mods and not something
inherent in GCC 4.2.0. Although the test cases that I ran
pass at -O2, some fail when the value of THREADS (the number
of parallel threads in the application) is set to th