[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / llvm / test / CodeGen / PowerPC / instruction-mix-remarks-BCTRL_LWZinto_toc.ll
blob08841ee3f3b31b5d8f90ca6c830eb4c837715543
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(ptr nocapture) {
14   tail call void %0(i32 signext 1, i16 zeroext 2, i64 3)
15   ret void