Displaying 3 results from an estimated 3 matches for "r171853".
2013 Jan 08
0
[LLVMdev] ARM failures
...t 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;}}i...
2013 Jan 08
2
[LLVMdev] ARM failures
On 8 January 2013 17:01, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> r171853 for this one. Build not finished yet.
> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4312
Thanks!!
> LLVM :: Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
>
> Looks like a better regex can fix this.
>
I think both of them are just bad FileChecks......
2013 Jan 08
6
[LLVMdev] ARM failures
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
LLVM :: Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
LLVM ::