aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2020-08-18 13:59:26 -0700
committerCraig Topper <craig.topper@intel.com>2020-08-18 14:28:26 -0700
commit9028c03ce602eb217e35288d510ed93306d136af (patch)
treece0a4779ca6c14f977cb9bc552163d16f33d7b41 /clang/lib/CodeGen/CodeGenModule.cpp
parente1de2b75501e5eaf8777bd5248382a7c55a44fd6 (diff)
downloadllvm-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