Replace more uses of sse41 with sse4.1.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 23 Aug 2013 20:39:19 +0000 (20:39 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 23 Aug 2013 20:39:19 +0000 (20:39 +0000)
commit7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77
treed6c026c70fd61494015c0ab9dd4457be93f40f70
parent56afd5e90b11ac51d5118b249d8696078f251ccc
Replace more uses of sse41 with sse4.1.

llc using the host cpu features and *waning* on unknown features is probably
not a good thing :-(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189144 91177308-0d34-0410-b5e6-96231b3b80d8
39 files changed:
test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll
test/CodeGen/X86/2011-09-18-sse2cmp.ll
test/CodeGen/X86/2011-09-21-setcc-bug.ll
test/CodeGen/X86/2011-10-11-srl.ll
test/CodeGen/X86/2011-12-15-vec_shift.ll
test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
test/CodeGen/X86/blend-msb.ll
test/CodeGen/X86/crash-nosse.ll
test/CodeGen/X86/floor-soft-float.ll
test/CodeGen/X86/fold-load-vec.ll
test/CodeGen/X86/movgs.ll
test/CodeGen/X86/neg_fp.ll
test/CodeGen/X86/opt-shuff-tstore.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pmulld.ll
test/CodeGen/X86/pr10523.ll
test/CodeGen/X86/pr10524.ll
test/CodeGen/X86/pr10525.ll
test/CodeGen/X86/pr10526.ll
test/CodeGen/X86/pr12312.ll
test/CodeGen/X86/rounding-ops.ll
test/CodeGen/X86/sse2-blend.ll
test/CodeGen/X86/sse41-blend.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/trunc-ext-ld-st.ll
test/CodeGen/X86/vec_extract-sse4.ll
test/CodeGen/X86/vec_fpext.ll
test/CodeGen/X86/vec_insert-8.ll
test/CodeGen/X86/vec_insert-9.ll
test/CodeGen/X86/vec_shift4.ll
test/CodeGen/X86/vec_shuffle-25.ll
test/CodeGen/X86/vec_shuffle-27.ll
test/CodeGen/X86/vec_shuffle-36.ll
test/CodeGen/X86/vec_splat-3.ll
test/CodeGen/X86/vec_ss_load_fold.ll
test/CodeGen/X86/vector-variable-idx2.ll
test/CodeGen/X86/widen_cast-6.ll