[InstCombine] Simplify test cases by removing loads/stores that aren't required for...
authorCraig Topper <craig.topper@intel.com>
Fri, 2 Mar 2018 00:27:44 +0000 (00:27 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 2 Mar 2018 00:27:44 +0000 (00:27 +0000)
commit113446ca372df474dd51384852c65329c59bff13
treeca64f7b518f1b1f37aa843e38b3fa80d0e56b327
parent4c693a894f73af181803932b91c117f90a0ded0f
[InstCombine] Simplify test cases by removing loads/stores that aren't required for what is being tested.

The loads and stores were getting the data and storing the results. There's no reason we can't just use function arguments and return.

llvm-svn: 326515
llvm/test/Transforms/InstCombine/fpextend.ll