Files
llvm/test/CodeGen
Craig Topper 1ccfde68b8 [X86] Type legalize v2f32 stores by widening to v4f32, casting to v2f64, extracting f64 and storing.
Summary: This is similar to what D52528 did for loads. It should match what generic type legalization does in 64-bit mode where it uses a v2i64 cast and an i64 store.

Reviewers: RKSimon, spatel

Reviewed By: RKSimon

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D53173

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344470 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-14 03:36:27 +00:00
..
2018-10-13 21:50:15 +00:00
2018-10-13 21:32:49 +00:00
2018-10-10 03:21:42 +00:00