diff options
author | Craig Topper <craig.topper@gmail.com> | 2019-12-28 23:09:48 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2019-12-28 23:11:48 -0800 |
commit | a5c96e326a7720f8c983b5b9fd820762f6922346 (patch) | |
tree | 80dfc5fe4722d18581a9b8db2787070fb3b8a5ef /clang/lib/ASTMatchers/Dynamic/Parser.cpp | |
parent | d62bf16131e41bbe726646ac52e21b4bb38d305e (diff) | |
download | bcm5719-llvm-a5c96e326a7720f8c983b5b9fd820762f6922346.tar.gz bcm5719-llvm-a5c96e326a7720f8c983b5b9fd820762f6922346.zip |
[X86] Stop accidentally custom type legalizing v4i32->v4f32 on SSE1 only targets.
We had a Custom operation action for v4i32 on SSE1. But since
v4i32 isn't legal until SSE2 this was not what was intended. The
code that get executed was intended for op legalization and
creates a bunch of v4i32 nodes that all end up scalarized.
Diffstat (limited to 'clang/lib/ASTMatchers/Dynamic/Parser.cpp')
0 files changed, 0 insertions, 0 deletions