[PATCH] D127815: [test][AlwaysInline]:Correct comment and file check for always-inline.ll

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 16:53:57 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG523adafbd252: [test][AlwaysInline]:Correct comment and file check for always-inline.ll (authored by iamarchit123, committed by modimo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127815/new/

https://reviews.llvm.org/D127815

Files:
  llvm/test/Transforms/Inline/always-inline.ll


Index: llvm/test/Transforms/Inline/always-inline.ll
===================================================================
--- llvm/test/Transforms/Inline/always-inline.ll
+++ llvm/test/Transforms/Inline/always-inline.ll
@@ -41,7 +41,6 @@
 ;
 ; CHECK-LABEL: @outer2(
 ; CHECK-NOT: call void @inner2
-; CHECK-NOT: call void @inner2
 ; CHECK: ret void
 
   call void @inner2( i32 %N )
@@ -112,7 +111,7 @@
   ret i32 %call
 }
 
-; We alwaysinline a function that call itself recursively.
+; We never inline a function that calls itself recursively.
 define internal void @inner6(i32 %x) alwaysinline {
 ; CHECK-LABEL: @inner6(
 entry:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127815.438501.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220620/69c0529b/attachment.bin>


More information about the llvm-commits mailing list