diff options
author | Craig Topper <craig.topper@intel.com> | 2019-09-21 06:44:24 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-09-21 06:44:24 +0000 |
commit | 4fa12ac92ced6dafdaf1e7c7e7a4b86d774e0b83 (patch) | |
tree | 5ff7d125a5f4b375eb33dfcf570bca92a9c29f04 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | 10793e791f5b149cbdc4a836cace1552b04fb332 (diff) | |
download | llvm-4fa12ac92ced6dafdaf1e7c7e7a4b86d774e0b83.zip llvm-4fa12ac92ced6dafdaf1e7c7e7a4b86d774e0b83.tar.gz llvm-4fa12ac92ced6dafdaf1e7c7e7a4b86d774e0b83.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions