[llvm-commits] [llvm] r138340 - in /llvm/trunk: include/llvm/Constant.h lib/Analysis/ConstantFolding.cpp lib/VMCore/Constants.cpp test/Transforms/InstCombine/bitcast.ll
Eric Christopher
echristo at apple.com
Tue Aug 23 13:13:04 PDT 2011
On Aug 23, 2011, at 10:48 AM, Nadav Rotem wrote:
> Author: nadav
> Date: Tue Aug 23 12:48:43 2011
> New Revision: 138340
>
> URL: http://llvm.org/viewvc/llvm-project?rev=138340&view=rev
> Log:
> Address Duncan's CR request:
> 1. Cleanup the tests in ConstantFolding.cpp
> 2. Implement isAllOnes for Constant, ConstantFP, ConstantVector
>
>
This broke the clang bots for the CodeGen/vector.c test - it was hitting an assert. I've reverted it for now.
-eric
More information about the llvm-commits
mailing list