[PATCH] D31946: [legalize-types] Clean up softening machinery.
Chih-Hung Hsieh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 09:52:25 PDT 2017
chh added a comment.
Still running some Android tests.
This new diff looks good.
I only found one error in soft-fp-legal-in-HW-reg.ll so far.
================
Comment at: test/CodeGen/X86/soft-fp-legal-in-HW-reg.ll:2
+; RUN: llc < %s -mtriple=x86_64-linux-android -mattr=+mmx \
+; RUN -enable-legalize-types-checking | FileCheck %s
+;
----------------
s/RUN/RUN:/
https://reviews.llvm.org/D31946
More information about the llvm-commits
mailing list