craig.topper added inline comments.
================
Comment at: lib/CodeGen/CGBuiltin.cpp:9013
Features, llvm::ConstantInt::get(Int32Ty, FeaturesMask));
return Builder.CreateICmpNE(Bitset, llvm::ConstantInt::get(Int32Ty, 0));
}
----------------
This code looks to be out of date. It's missing the changes from r344832 that
added another runtime variable that presumably has the same issue.
https://reviews.llvm.org/D53850
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits