[X86] Add test case to show failure to fold load with getmantss due to isel pattern...
authorCraig Topper <craig.topper@intel.com>
Sat, 21 Sep 2019 06:44:24 +0000 (06:44 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 21 Sep 2019 06:44:24 +0000 (06:44 +0000)
commit4fa12ac92ced6dafdaf1e7c7e7a4b86d774e0b83
tree5ff7d125a5f4b375eb33dfcf570bca92a9c29f04
parent10793e791f5b149cbdc4a836cace1552b04fb332
[X86] Add test case to show failure to fold load with getmantss due to isel pattern looking for Constant instead of TargetConstant

The intrinsic has an immarg so its gets created with a TargetConstant
instead of a Constant after r372338. The isel pattern was only
updated for the register form, but not the memory form.

llvm-svn: 372457
llvm/test/CodeGen/X86/avx512-intrinsics.ll