Loading llvm/test/CodeGen/X86/fp128-libcalls-strict.ll +4 −2 Original line number Diff line number Diff line ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx \ ; RUN: -enable-legalize-types-checking | FileCheck %s ; RUN: -enable-legalize-types-checking \ ; RUN: -disable-strictnode-mutation | FileCheck %s ; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx \ ; RUN: -enable-legalize-types-checking | FileCheck %s ; RUN: -enable-legalize-types-checking \ ; RUN: -disable-strictnode-mutation | FileCheck %s ; Check all soft floating point library function calls. Loading Loading
llvm/test/CodeGen/X86/fp128-libcalls-strict.ll +4 −2 Original line number Diff line number Diff line ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx \ ; RUN: -enable-legalize-types-checking | FileCheck %s ; RUN: -enable-legalize-types-checking \ ; RUN: -disable-strictnode-mutation | FileCheck %s ; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx \ ; RUN: -enable-legalize-types-checking | FileCheck %s ; RUN: -enable-legalize-types-checking \ ; RUN: -disable-strictnode-mutation | FileCheck %s ; Check all soft floating point library function calls. Loading