OSDN Git Service

[X86] Remove unnecessary line that makes v4f32 FP_ROUND Legal. NFC
authorCraig Topper <craig.topper@intel.com>
Tue, 18 Jun 2019 19:04:03 +0000 (19:04 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 18 Jun 2019 19:04:03 +0000 (19:04 +0000)
commit028764d8d611560a9bb1fbff500d5c0bd0ca801f
tree18e43968264f0cdc2e95905d1d9f044eab7f6586
parentec8c65256886edf88bfd3234b16c370b7432592a
[X86] Remove unnecessary line that makes v4f32 FP_ROUND Legal. NFC

FP_ROUND defaults to Legal for all MVT types and nothing changes
the v4f32 entry way from this default. If we needed this line
we'd also need one for v8f32 with AVX512 which we don't have.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp