[PATCH] D21758: [X86] Accept SELECT op code for x86-64 fp128 type

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 04:16:04 PDT 2016


RKSimon added a reviewer: RKSimon.
RKSimon added a comment.

Please can you test on at least one other target where fp128 is not legal?


================
Comment at: test/CodeGen/X86/fp128-select.ll:3
@@ +2,3 @@
+; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx | FileCheck %s
+; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx | FileCheck %s
+
----------------
You shouldn't need to specify mmx here


https://reviews.llvm.org/D21758





More information about the llvm-commits mailing list