[llvm] r344286 - Update test of r344198 to work with release builds.

Warren Ristow via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 13:19:25 PDT 2018


Author: wristow
Date: Thu Oct 11 13:19:25 2018
New Revision: 344286

URL: http://llvm.org/viewvc/llvm-project?rev=344286&view=rev
Log:
Update test of r344198 to work with release builds.

Modified:
    llvm/trunk/test/LTO/X86/libcall-overridden-via-alias.ll

Modified: llvm/trunk/test/LTO/X86/libcall-overridden-via-alias.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/X86/libcall-overridden-via-alias.ll?rev=344286&r1=344285&r2=344286&view=diff
==============================================================================
--- llvm/trunk/test/LTO/X86/libcall-overridden-via-alias.ll (original)
+++ llvm/trunk/test/LTO/X86/libcall-overridden-via-alias.ll Thu Oct 11 13:19:25 2018
@@ -13,8 +13,8 @@
 ;
 ; Check that the IR contains the overriding definition of the library routine
 ; in the IR after LTO:
-; CHECK_IR: define internal float @logf(float [[X:%.*]])
-; CHECK_IR-NEXT:   [[TMP:%.*]] = fadd float [[X]], [[X]]
+; CHECK_IR: define internal float @logf(float
+; CHECK_IR-NEXT:   [[TMP:%.*]] = fadd float
 ; CHECK_IR-NEXT:   ret float [[TMP]]
 ;
 ; Check that the assembly code from LTO contains the call to the expected




More information about the llvm-commits mailing list