Revert rGe6ccb57bb3f6b761f2310e97fd6ca99eff42f73e "[SLP] Add cost model for `llvm...
[llvm-project.git] / llvm / test / CodeGen / PowerPC / instruction-mix-remarks-BCTRL_LWZinto_toc.ll
blobe5fe7aabf82faa501c2a4d7fdb8d63009c6159e6
2 ; RUN: llc -verify-machineinstrs -mattr=-altivec -mtriple powerpc64-ibm-aix-xcoff \
3 ; RUN:   -pass-remarks-output=%t -pass-remarks=asm-printer -mcpu=pwr4 -o - %s
4 ; RUN: FileCheck --input-file=%t %s
6 ; CHECK:  - String:          "\n"
7 ; CHECK:  - String:          "bctrl\n\tld 2, "
8 ; CHECK:  - String:          ': '
9 ; CHECK:  - INST_bctrl:      '1'
10 ; CHECK:  - String:          "\n"
13 define void @callThroughPtrWithArgs(void (i32, i16, i64)* nocapture) {
14   tail call void %0(i32 signext 1, i16 zeroext 2, i64 3)
15   ret void