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

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 14:38:12 PDT 2022


hoy added inline comments.


================
Comment at: llvm/test/Transforms/Inline/always-inline.ll:116
 define internal void @inner6(i32 %x) alwaysinline {
 ; CHECK-LABEL: @inner6(
 entry:
----------------
Should we have check like below after the label?

```

; CHECK: call void @inner6
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127815



More information about the llvm-commits mailing list