[PATCH] D42902: [compiler-rt] Workaround for endless recursion in ctzdi2

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 05:48:38 PST 2018


joerg added a comment.

I really, really dislike this patch. It is using very blunt force to workaround a GCC bug. The comment is too verbose as well. Please try the following change from NetBSD instead:

https://github.com/NetBSD/src/commit/76ddb1c005bace0912c6091434e0e6560942bf7f#diff-13bc0724eb7139f6dec41626560c0ba7


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42902





More information about the llvm-commits mailing list