[PATCH] D50924: [CodeGen] add rotate builtins

Sanjay Patel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 19 07:05:28 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D50924#1205310, @spatel wrote:

> Reopening because I reverted at https://reviews.llvm.org/rL340136. Not sure yet what is causing the problem on those bots.


The common trait for those failures appears to be that the host compiler is:
gcc version 7.3.1 20180130 (Red Hat 7.3.1-2) (GCC)

...but that compiler is crashing while compiling a file that this patch does not actually touch. Anyone know what our commit policy suggests for this situation?


Repository:
  rC Clang

https://reviews.llvm.org/D50924





More information about the cfe-commits mailing list