Optimized Nightly Test Regressions

Does anyone know about this error?

llc: error auto-selecting target for module 'Cannot choose between
targets "sparcv9" and "ppc64"'. Please use the -march option to
explicitly pick a target.

We have five new regressions resulting in that message:

Regression.LLC.2003-05-27-phifcmpd : FAIL , expected PASS
Regression.LLC.2003-05-27-useboolinotherbb : FAIL , expected PASS
Regression.LLC.2003-05-27-usefsubasbool : FAIL , expected PASS
Regression.LLC.2003-07-07-BadLongConst : FAIL , expected PASS
Regression.LLC.2003-07-08-BadCastToBool : FAIL , expected PASS

Reid

Does anyone know about this error?

llc: error auto-selecting target for module 'Cannot choose between
targets "sparcv9" and "ppc64"'. Please use the -march option to
explicitly pick a target.

This should be fixed now. Sorry about that. It looks like the PPC64
target is looking at the exact same bytecode features as the V9 backend
(e.g. 64-bit and big endian). This completely broke the sparc backend, so
I disabled registration of ppc64.

-Chris

We have five new regressions resulting in that message:

Regression.LLC.2003-05-27-phifcmpd : FAIL , expected PASS
Regression.LLC.2003-05-27-useboolinotherbb : FAIL , expected PASS
Regression.LLC.2003-05-27-usefsubasbool : FAIL , expected PASS
Regression.LLC.2003-07-07-BadLongConst : FAIL , expected PASS
Regression.LLC.2003-07-08-BadCastToBool : FAIL , expected PASS

Reid

-Chris