From 085d7847aa6dfc81ec5199da610636f90f6a23c0 Mon Sep 17 00:00:00 2001 From: "Wang, Pengfei" Date: Fri, 22 Nov 2019 12:24:38 +0800 Subject: [PATCH] [X86] Add option 'disable-strictnode-mutation' for tests that respect strict fp semantics. NFCI. --- llvm/test/CodeGen/X86/fp128-libcalls-strict.ll | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/fp128-libcalls-strict.ll b/llvm/test/CodeGen/X86/fp128-libcalls-strict.ll index c7de03c..a37adcb 100644 --- a/llvm/test/CodeGen/X86/fp128-libcalls-strict.ll +++ b/llvm/test/CodeGen/X86/fp128-libcalls-strict.ll @@ -1,8 +1,10 @@ ; 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. -- 2.7.4