diff options
author | Craig Topper <craig.topper@intel.com> | 2020-08-18 13:59:26 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-08-18 14:28:26 -0700 |
commit | 9028c03ce602eb217e35288d510ed93306d136af (patch) | |
tree | ce0a4779ca6c14f977cb9bc552163d16f33d7b41 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e1de2b75501e5eaf8777bd5248382a7c55a44fd6 (diff) | |
download | llvm-9028c03ce602eb217e35288d510ed93306d136af.zip llvm-9028c03ce602eb217e35288d510ed93306d136af.tar.gz llvm-9028c03ce602eb217e35288d510ed93306d136af.tar.bz2 |
[X86] Fix the Predicates on MMX_PSHUFWri/PSHUFWmi to include SSE1 in addition to MMX.
These instructions weren't in the initial version of MMX, but
were added when SSE1 was introduced. We already have the intrinsic
named correctly to include sse and the frontened header enforces
sse. We have one place in the backend where we DAG combine to
this intrinsic, but that's also qualified. So don't know of anything
currently broken unless someone writes their own IR and doesn't
set the sse feature.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions