[InstSimplify] regenerate checks using a script
authorSanjay Patel <spatel@rotateright.com>
Fri, 25 Mar 2016 20:12:25 +0000 (20:12 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 25 Mar 2016 20:12:25 +0000 (20:12 +0000)
commit69632447b198448376d779de1ca790b4445c55cc
tree92a1c4b10c8f8455dc7eba1cf31705e4e4ce407e
parentd4c783335b9a082071f1196db85c1f2d65746103
[InstSimplify] regenerate checks using a script

I didn't notice any significant changes in the actual checks here;
all of these tests already used FileCheck, so a script can batch
update them in one shot.

This commit is just to show the value of automating this process:
We have uniform formatting as opposed to a mish-mash of check
structure that changes based on individual prefs and the current
fashion. This makes it simpler to update when we find a bug or
make an enhancement.

llvm-svn: 264457
20 files changed:
llvm/test/Transforms/InstSimplify/2010-12-20-Boolean.ll
llvm/test/Transforms/InstSimplify/AndOrXor.ll
llvm/test/Transforms/InstSimplify/add-mask.ll
llvm/test/Transforms/InstSimplify/apint-or.ll
llvm/test/Transforms/InstSimplify/assume.ll
llvm/test/Transforms/InstSimplify/bswap.ll
llvm/test/Transforms/InstSimplify/fast-math.ll
llvm/test/Transforms/InstSimplify/fdiv.ll
llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll
llvm/test/Transforms/InstSimplify/floating-point-compare.ll
llvm/test/Transforms/InstSimplify/implies.ll
llvm/test/Transforms/InstSimplify/load.ll
llvm/test/Transforms/InstSimplify/maxmin.ll
llvm/test/Transforms/InstSimplify/past-the-end.ll
llvm/test/Transforms/InstSimplify/phi.ll
llvm/test/Transforms/InstSimplify/ptr_diff.ll
llvm/test/Transforms/InstSimplify/reassociate.ll
llvm/test/Transforms/InstSimplify/rem.ll
llvm/test/Transforms/InstSimplify/shift-128-kb.ll
llvm/test/Transforms/InstSimplify/undef.ll