[llvm] r373294 - GlobalISel: Handle llvm.read_register

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 01:22:36 PDT 2019


Hi Matt,

This commit broke Clang tests:
http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/18483. I
reverted it in r373310. Please always run `ninja check-all` before
committing. Thanks.

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>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191001/59248b1c/attachment.html>


More information about the llvm-commits mailing list