mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[X86] Tighten up the SDTypeProfile for X86ISD::CVTNE2PS2BF16. NFCI
This commit is contained in:
parent
80428fb35f
commit
fcfdcbcfd4
@ -761,7 +761,9 @@ def X86vfproundRnd: SDNode<"X86ISD::VFPROUND_RND",
|
||||
|
||||
// cvt fp to bfloat16
|
||||
def X86cvtne2ps2bf16 : SDNode<"X86ISD::CVTNE2PS2BF16",
|
||||
SDTypeProfile<1, 2, [SDTCisVec<0>, SDTCisVec<1>,
|
||||
SDTypeProfile<1, 2, [SDTCVecEltisVT<0, i16>,
|
||||
SDTCVecEltisVT<1, f32>,
|
||||
SDTCisSameSizeAs<0,1>,
|
||||
SDTCisSameAs<1,2>]>>;
|
||||
def X86mcvtneps2bf16 : SDNode<"X86ISD::MCVTNEPS2BF16",
|
||||
SDTypeProfile<1, 3, [SDTCVecEltisVT<0, i16>,
|
||||
|
Loading…
Reference in New Issue
Block a user