[PATCH] D37365: [x86] Enable f128 as a legal type in 64-bit mode if SSE is enabled rather than if MMX is enabled.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 19:28:22 PDT 2017


craig.topper added a comment.

Oops I had that backwards, it crashes with clang -c -mmmx -mno-sse

I didn't remove any of the checks in extract_store. They just collapsed into a common check-prefix.


https://reviews.llvm.org/D37365





More information about the llvm-commits mailing list