OSDN Git Service

[InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmps
authorTim Shen <timshen91@gmail.com>
Wed, 29 Jun 2016 17:55:11 +0000 (17:55 +0000)
committerTim Shen <timshen91@gmail.com>
Wed, 29 Jun 2016 17:55:11 +0000 (17:55 +0000)
commitc21113e1448225fff7786d879c7d79218daab495
tree4cffa8cf030ee6e51ddc76a54a39f1d879419ed6
parentbdd649ed06f0fadcafb1d5c370e57d509b7ce2f6
[InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmps

Summary: This adds tests for covering all cases that FoldAndOfFCmps and FoldOrOfFCmps handle.

Reviewers: spatel

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D21844

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274144 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/and-fcmp.ll
test/Transforms/InstCombine/or-fcmp.ll