File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
llvm/test/Transforms/PartiallyInlineLibCalls Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
22; RUN: opt -S -passes=partially-inline-libcalls -mtriple=x86_64-unknown-linux-gnu -pass-remarks=partially-inline-libcalls \
33; RUN: -pass-remarks-missed=partially-inline-libcalls 2>%t < %s | FileCheck %s
4- ; RUN: cat %t | FileCheck %s -check-prefix=CHECK-REMARK
4+ ; RUN: FileCheck %s -check-prefix=CHECK-REMARK --input-file=%t
55
66define float @f (float %val ) {
77; CHECK-LABEL: @f(
Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
22; RUN: opt -S -passes=partially-inline-libcalls -mtriple=x86_64-unknown-linux-gnu -pass-remarks-missed=partially-inline-libcalls 2>%t < %s | FileCheck %s
3- ; RUN: cat %t | FileCheck %s -check-prefix=CHECK-REMARK
3+ ; RUN: FileCheck %s -check-prefix=CHECK-REMARK --input-file=%t
44
55define double @foo (double %x ) {
66; CHECK-LABEL: @foo(
Original file line number Diff line number Diff line change 11; RUN: opt -S -passes=partially-inline-libcalls -mtriple=x86_64-unknown-linux-gnu -pass-remarks-missed=partially-inline-libcalls 2>%t < %s | FileCheck %s
2- ; RUN: cat %t | FileCheck %s -check-prefix=CHECK-REMARK
2+ ; RUN: FileCheck %s -check-prefix=CHECK-REMARK --input-file=%t
33
44define float @f (float %val ) strictfp {
55; CHECK-LABEL: @f
You can’t perform that action at this time.
0 commit comments