[cfe-dev] [LLVMdev] ARM failures
Dmitri Gribenko
gribozavr at gmail.com
Tue Jan 8 09:01:48 PST 2013
On Tue, Jan 8, 2013 at 3:04 PM, Renato Golin <renato.golin at linaro.org> wrote:
> The following failures are consistent on buildbot (and my local box).
>
> The Clang one I think it's assuming an Intel box, the other two look like
> the FileCheck are not good enough.
>
> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4305
>
> Clang :: CodeGen/compound-assign-overflow.c
r171853 for this one. Build not finished yet.
http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4312
> LLVM :: Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
Looks like a better regex can fix this.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-dev
mailing list