[PATCH] D52555: [X86] Fix use SSE registers if no-x87 is selected.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 13:21:46 PDT 2018


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/X86/pr38738.ll:12
+
+define dso_local i32 @pr38738() {
+; X64SSE-LABEL: pr38738:
----------------
Do we need the dso_local in these tests?


Repository:
  rL LLVM

https://reviews.llvm.org/D52555





More information about the llvm-commits mailing list