]> granicus.if.org Git - llvm/commit
[InstCombine] Fix some of the AVX-512 scalar arithmetic test cases to do a better...
authorCraig Topper <craig.topper@gmail.com>
Thu, 29 Dec 2016 02:29:04 +0000 (02:29 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 29 Dec 2016 02:29:04 +0000 (02:29 +0000)
commitbcb43e4e797f8b068dca9c69f8d154413d563af0
treee88943a2dccff16562877bf62c88a42af2e919e0
parent601b55641c2576ef8f815c19eaed68cee0ae0481
[InstCombine] Fix some of the AVX-512 scalar arithmetic test cases to do a better job of testing what they intended to test.

The accidentally had trivially dead code. Also needed to adjust the rounding mode to not CUR_DIRECTION so the intrinsics don't get converted to native operations before going through SimplifyDemandedVectorElts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290702 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/x86-avx512.ll