/external/skia/infra/bots/ |
D | jobs.json | 2 {"name": "Build-Debian9-Clang-arm-Release-Flutter_Android_Docker"}, 3 {"name": "Build-Debian10-GCC-x86-Debug-Docker"}, 4 {"name": "Build-Debian10-GCC-x86-Release-Docker"}, 5 {"name": "Build-Debian10-GCC-x86_64-Debug-Docker"}, 7 "name": "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker", 11 "name": "Build-Debian10-GCC-x86_64-Release-Docker", 14 {"name": "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker"}, 15 {"name": "Build-Debian10-GCC-x86_64-Release-Shared_Docker"}, 17 "name": "Build-Debian10-Clang-arm-Debug-Android", 20 {"name": "Build-Debian10-Clang-arm-Debug-Android_Vulkan"}, [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-cmp.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s --check-prefix=ALL --check-p… 3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx | FileCheck %s --check-prefix=ALL --check-p… 6 ; ALL-LABEL: test1: 7 ; ALL: ## BB#0: 8 ; ALL-NEXT: vucomisd %xmm1, %xmm0 9 ; ALL-NEXT: jne LBB0_1 10 ; ALL-NEXT: jnp LBB0_2 11 ; ALL-NEXT: LBB0_1: ## %l1 12 ; ALL-NEXT: vsubsd %xmm1, %xmm0, %xmm0 13 ; ALL-NEXT: retq [all …]
|
D | avx512-vbroadcast.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+avx512f | FileCheck %s --check-prefix=ALL… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+avx512bw | FileCheck %s --check-prefix=AL… 6 ; ALL-LABEL: _inreg16xi32: 7 ; ALL: # BB#0: 8 ; ALL-NEXT: vpbroadcastd %edi, %zmm0 9 ; ALL-NEXT: retq 16 ; ALL-LABEL: _inreg8xi64: 17 ; ALL: # BB#0: 18 ; ALL-NEXT: vpbroadcastq %rdi, %zmm0 19 ; ALL-NEXT: retq [all …]
|
D | vector-shuffle-512-v16.ll | 2 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512f | FileCheck %s --check-prefix=ALL --check-prefix=AVX51… 3 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512bw | FileCheck %s --check-prefix=ALL --check-prefix=AVX5… 5 target triple = "x86_64-unknown-unknown" 8 ; ALL-LABEL: shuffle_v16f32_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00: 9 ; ALL: # BB#0: 10 ; ALL-NEXT: vbroadcastss %xmm0, %zmm0 11 ; ALL-NEXT: retq 17 ; ALL-LABEL: shuffle_v16f32_08_08_08_08_08_08_08_08_08_08_08_08_08_08_08_08: 18 ; ALL: # BB#0: 19 ; ALL-NEXT: vextractf32x4 $2, %zmm0, %xmm0 [all …]
|
D | vector-shuffle-combining-avx.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx | FileCheck %s --check-prefix=ALL --check-prefi… 3 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx2 | FileCheck %s --check-prefix=ALL --check-pref… 4 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx512f | FileCheck %s --check-prefix=ALL --check-p… 23 ; ALL-LABEL: combine_vpermilvar_4f32_identity: 24 ; ALL: # BB#0: 25 ; ALL-NEXT: retq 32 ; ALL-LABEL: combine_vpermilvar_4f32_movddup: 33 ; ALL: # BB#0: 34 ; ALL-NEXT: vmovddup {{.*#+}} xmm0 = xmm0[0,0] 35 ; ALL-NEXT: retq [all …]
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | memory-layout.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 13 ; Test the memory layout for all ABI's and byte orders as specified by section 30 ; ALL-NOT: .p2align [all …]
|
D | callee-saved-float.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s 3 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32-INV %s 4 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32-INV %s 6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-INV… 9 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-I… 11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 12 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s [all …]
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | callabi.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic \ 2 ; RUN: -fast-isel-abort=1 -verify-machineinstrs < %s | \ 3 ; RUN: FileCheck %s -check-prefixes=ALL,32R1 4 ; RUN: llc -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \ 5 ; RUN: -fast-isel-abort=1 -verify-machineinstrs < %s | \ 6 ; RUN: FileCheck %s -check-prefixes=ALL,32R2 11 ; ALL-LABEL: cxb: 13 ; ALL: addiu $[[T0:[0-9]+]], $zero, 10 15 ; 32R1: sll $[[T1:[0-9]+]], $[[T0]], 24 26 ; ALL-LABEL: cxh: [all …]
|
D | memtest1.ll | 1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic \ 2 ; RUN: -fast-isel-abort=1 -verify-machineinstrs | FileCheck %s \ 3 ; RUN: -check-prefix=ALL -check-prefix=32R1 4 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \ 5 ; RUN: -fast-isel-abort=1 -verify-machineinstrs | FileCheck %s \ 6 ; RUN: -check-prefix=ALL -check-prefix=32R2 18 ; ALL-LABEL: cpy: 20 ; ALL-DAG: lw $[[T0:[0-9]+]], %got(dest)(${{[0-9]+}}) 21 ; ALL-DAG: sw $4, 24($sp) 22 ; ALL-DAG: move $4, $[[T0]] [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | o32_cc.ll | 1 ; RUN: llc -march=mipsel < %s | FileCheck -check-prefix=ALL %s 2 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck -check-prefixes=ALL,NO-MFHC1 %s 3 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck -check-prefixes=ALL,HAS-MFHC1… 4 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck -check-prefixes=ALL,HAS-MFHC1… 7 ; ALL-LABEL: testlowercall0: 8 ; ALL-DAG: ldc1 $f12, %lo 9 ; ALL-DAG: ldc1 $f14, %lo 19 ; ALL-LABEL: testlowercall1: 20 ; ALL-DAG: lwc1 $f12, %lo 21 ; ALL-DAG: lwc1 $f14, %lo [all …]
|
D | mips64-f128.ll | 1 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips4 -mattr=+soft-float -O1 \ 2 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,C_CC_FMT,PRER6 3 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64 -mattr=+soft-float -O1 \ 4 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,C_CC_FMT,PRER6 5 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64r2 -mattr=+soft-float -O1 \ 6 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,C_CC_FMT,PRER6 7 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64r6 -mattr=+soft-float -O1 \ 8 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,CMP_CC_FMT,R6 16 ; ALL-LABEL: addLD: 17 ; ALL: ld $25, %call16(__addtf3) [all …]
|
D | atomic.ll | 1 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32 -relocation-model=pic < %s | \ 2 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 3 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32r2 -relocation-model=pic -verify-machin… 4 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,NOT-MICROMIPS 5 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32r6 -relocation-model=pic -verify-machin… 6 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,MIPSR6 7 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips4 -relocation-model=pic < %s | \ 8 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 9 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64 -relocation-model=pic < %s | \ 10 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS [all …]
|
D | inlineasm-operand-code.ll | 3 ; RUN: llc -no-integrated-as -march=mipsel -relocation-model=pic < %s | \ 4 ; RUN: FileCheck -check-prefixes=ALL,LE32,GAS %s 5 ; RUN: llc -no-integrated-as -march=mips -relocation-model=pic < %s | \ 6 ; RUN: FileCheck -check-prefixes=ALL,BE32,GAS %s 9 ; RUN: llc -march=mipsel -relocation-model=pic < %s | \ 10 ; RUN: FileCheck -check-prefixes=ALL,LE32,IAS %s 11 ; RUN: llc -march=mips -relocation-model=pic < %s | \ 12 ; RUN: FileCheck -check-prefixes=ALL,BE32,IAS %s 18 ; X with -3 21 ; ALL-LABEL: constraint_X: [all …]
|
/external/llvm/test/DebugInfo/PDB/ |
D | pdbdump-headers.test | 1 ; RUN: llvm-pdbdump raw -headers -tpi-records -tpi-record-bytes -module-syms \ 2 ; RUN: -sym-record-bytes -publics -module-files -stream-name=/names \ 3 ; RUN: -stream-summary -stream-blocks -ipi-records -ipi-record-bytes \ 4 ; RUN: -section-contribs -section-map -section-headers -line-info \ 5 ; RUN: -tpi-hash -fpo %p/Inputs/empty.pdb | FileCheck -check-prefix=EMPTY %s 6 ; RUN: llvm-pdbdump raw -all %p/Inputs/empty.pdb | FileCheck -check-prefix=ALL %s 7 ; RUN: llvm-pdbdump raw -headers -stream-name=/names -modules -module-files \ 8 ; RUN: %p/Inputs/big-read.pdb | FileCheck -check-prefix=BIG %s 9 ; RUN: not llvm-pdbdump raw -headers %p/Inputs/bad-block-size.pdb 2>&1 | FileCheck -check-prefix=BA… 12 ; EMPTY-NEXT: BlockSize: 4096 [all …]
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | dm_flags.go | 1 // Copyright 2020 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 58 "--nameByHash", 111 // When matching skip logic, _ is a wildcard that matches all parts for the field. 113 // "_ skp _ SomeBigDraw" means the skp named SomeBigDraw on all config and options. 114 const ALL = "_" 115 // The inputs here are turned into a --skip flag which represents a 116 // "Space-separated config/src/srcOptions/name quadruples to skip." 133 // 'DDL' style means "--skpViewportSize 2048" 138 args = append(args, "--key") [all …]
|
/external/llvm/test/MC/Mips/ |
D | macro-bcc-imm.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -show-encoding 2>&1 | \ 2 # RUN: FileCheck %s --check-prefix=ALL 5 foo: # ALL-LABEL: foo: 6 blt $a2, 16, foo # ALL: addiu $1, $zero, 16 7 # ALL: slt $1, $6, $1 8 # ALL: bnez $1, foo 9 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 10 ble $a2, 16, foo # ALL: addiu $1, $zero, 16 11 # ALL: slt $1, $1, $6 12 # ALL: beqz $1, foo [all …]
|
/external/robolectric-shadows/processor/ |
D | sdks.txt | 1 prebuilts/misc/common/robolectric/android-all/android-all-4.1.2_r1-robolectric-r1.jar 2 prebuilts/misc/common/robolectric/android-all/android-all-4.2.2_r1.2-robolectric-r1.jar 3 prebuilts/misc/common/robolectric/android-all/android-all-4.3_r2-robolectric-r1.jar 4 prebuilts/misc/common/robolectric/android-all/android-all-4.4_r1-robolectric-r2.jar 5 prebuilts/misc/common/robolectric/android-all/android-all-5.0.2_r3-robolectric-r0.jar 6 prebuilts/misc/common/robolectric/android-all/android-all-5.1.1_r9-robolectric-r2.jar 7 prebuilts/misc/common/robolectric/android-all/android-all-6.0.1_r3-robolectric-r1.jar 8 prebuilts/misc/common/robolectric/android-all/android-all-7.0.0_r1-robolectric-r1.jar 9 prebuilts/misc/common/robolectric/android-all/android-all-7.1.0_r7-robolectric-r1.jar 10 prebuilts/misc/common/robolectric/android-all/android-all-8.0.0_r4-robolectric-r1.jar [all …]
|
/external/robolectric/processor/ |
D | sdks.txt | 1 prebuilts/misc/common/robolectric/android-all/android-all-4.1.2_r1-robolectric-r1.jar 2 prebuilts/misc/common/robolectric/android-all/android-all-4.2.2_r1.2-robolectric-r1.jar 3 prebuilts/misc/common/robolectric/android-all/android-all-4.3_r2-robolectric-r1.jar 4 prebuilts/misc/common/robolectric/android-all/android-all-4.4_r1-robolectric-r2.jar 5 prebuilts/misc/common/robolectric/android-all/android-all-5.0.2_r3-robolectric-r0.jar 6 prebuilts/misc/common/robolectric/android-all/android-all-5.1.1_r9-robolectric-r2.jar 7 prebuilts/misc/common/robolectric/android-all/android-all-6.0.1_r3-robolectric-r1.jar 8 prebuilts/misc/common/robolectric/android-all/android-all-7.0.0_r1-robolectric-r1.jar 9 prebuilts/misc/common/robolectric/android-all/android-all-7.1.0_r7-robolectric-r1.jar 10 prebuilts/misc/common/robolectric/android-all/android-all-8.0.0_r4-robolectric-r1.jar [all …]
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | basic_operations.ll | 1 ; RUN: llc -march=mips -mattr=+msa,+fp64 -relocation-model=pic \ 2 ; RUN: -verify-machineinstrs < %s | \ 3 ; RUN: FileCheck -check-prefixes=ALL,O32,MIPS32,ALL-BE %s 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 -relocation-model=pic \ 5 ; RUN: -verify-machineinstrs < %s | \ 6 ; RUN: FileCheck -check-prefixes=ALL,O32,MIPS32,ALL-LE %s 7 ; RUN: llc -march=mips64 -target-abi n32 -mattr=+msa,+fp64 \ 8 ; RUN: -relocation-model=pic -verify-machineinstrs < %s | \ 9 ; RUN: FileCheck -check-prefixes=ALL,N32,MIPS64,ALL-BE %s 10 ; RUN: llc -march=mips64el -target-abi n32 -mattr=+msa,+fp64 \ [all …]
|
D | basic_operations_float.ll | 1 ; RUN: llc -march=mips -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL… 2 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=A… 3 ; RUN: llc -march=mips64 -target-abi=n32 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -… 4 ; RUN: llc -march=mips64el -target-abi=n32 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck… 5 ; RUN: llc -march=mips64 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=A… 6 ; RUN: llc -march=mips64el -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes… 15 ; ALL-LABEL: const_v4f32: 18 ; ALL: ldi.b [[R1:\$w[0-9]+]], 0 21 ; ALL: lui [[R1:\$[0-9]+]], 16256 22 ; ALL: fill.w [[R2:\$w[0-9]+]], [[R1]] [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | visitor-util.mlir | 1 // RUN: tf-opt -split-input-file -verify-diagnostics -tf-test-visitor-util %s 4 // = before all regions. 6 // expected-remark@below {{0: before all regions}} 7 // expected-remark@below {{4: after all regions}} 8 func @foo(%arg0: tensor<f32>) -> tensor<f32> { 9 // expected-remark@below {{1: before all regions}} 11 // expected-remark@below {{2: before all regions}} 12 %0 = "tf.Identity"(%arg0) : (tensor<f32>) -> tensor<f32> 13 // expected-remark@below {{3: before all regions}} 17 // ----- [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/X86/ |
D | speculate-cttz-ctlz.ll | 1 ; RUN: opt -S -simplifycfg -mtriple=x86_64-unknown-unknown -mattr=+bmi < %s | FileCheck %s --check-… 2 ; RUN: opt -S -simplifycfg -mtriple=x86_64-unknown-unknown -mattr=+lzcnt < %s | FileCheck %s --chec… 3 ; RUN: opt -S -simplifycfg -mtriple=x86_64-unknown-unknown < %s | FileCheck %s --check-prefix=ALL -… 7 ; ALL-LABEL: @test1( 8 ; ALL: [[COND:%[A-Za-z0-9]+]] = icmp eq i64 %A, 0 9 ; ALL: [[CTLZ:%[A-Za-z0-9]+]] = tail call i64 @llvm.ctlz.i64(i64 %A, i1 true) 10 ; ALL-NEXT: select i1 [[COND]], i64 64, i64 [[CTLZ]] 11 ; ALL: ret 26 ; ALL-LABEL: @test2( 27 ; ALL: [[COND:%[A-Za-z0-9]+]] = icmp eq i32 %A, 0 [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | call.ll | 3 ; FIXME: We should remove the need for -enable-mips-tail-calls 4 ; RUN: llc -march=mips -mcpu=mips32 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh… 5 ; RUN: llc -march=mips -mcpu=mips32r2 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh… 6 ; RUN: llc -march=mips -mcpu=mips32r3 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh… 7 ; RUN: llc -march=mips -mcpu=mips32r5 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh… 8 …: llc -march=mips -mcpu=mips32r6 -relocation-model=pic -disable-mips-delay-filler -enable-mips-t… 9 …-march=mips -mcpu=mips32r6 -relocation-model=pic -mattr=+fp64,+nooddspreg -disable-mips-delay-fi… 10 ; RUN: llc -march=mips64 -mcpu=mips4 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes… 11 ; RUN: llc -march=mips64 -mcpu=mips64 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes… 12 ; RUN: llc -march=mips64 -mcpu=mips64r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes… [all …]
|
/external/mesa3d/docs/ |
D | features.txt | 5 all DONE: <driver>, ... 6 All the extensions are done for the given list of drivers. 10 driver-side. 13 The extension is done for Mesa and all the drivers in the "all DONE" list. 16 The extension is done for Mesa, all the drivers in the "all DONE" list, and 17 all the drivers in the brackets. 29 specific version without the forward-compatiblity flag, such drivers 37 ------------------------------------------------------- ------------------------ 39 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, sw… 50 GL_ARB_half_float_pixel DONE (all drivers) [all …]
|
/external/llvm/test/Other/ |
D | new-pass-manager.ll | 8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 9 ; RUN: -passes=no-op-module %s 2>&1 \ 10 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS 11 ; CHECK-MODULE-PASS: Starting llvm::Module pass manager run 12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass 13 ; CHECK-MODULE-PASS-NEXT: Finished llvm::Module pass manager run 15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 16 ; RUN: -passes=no-op-cgscc %s 2>&1 \ 17 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS 18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ [all …]
|