llvm-project/llvm/test/Bitcode
Ellis Hoag 12e78ff881 [InstrProf] Add the skipprofile attribute
As discussed in [0], this diff adds the `skipprofile` attribute to
prevent the function from being profiled while allowing profiled
functions to be inlined into it. The `noprofile` attribute remains
unchanged.

The `noprofile` attribute is used for functions where it is
dangerous to add instrumentation to while the `skipprofile` attribute is
used to reduce code size or performance overhead.

[0] https://discourse.llvm.org/t/why-does-the-noprofile-attribute-restrict-inlining/64108

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D130807
2022-08-04 08:45:27 -07:00
..
Inputs [Bitcode] Use bitcode input for test (NFC) 2022-07-04 16:41:40 +02:00
2006-12-11-Cast-ConstExpr.ll
2009-06-11-FirstClassAggregateConstant.ll
aarch64-addp-upgrade.bc
aarch64-addp-upgrade.ll
aarch64-bf16-upgrade.ll
aarch64-bf16-upgrade.ll.bc
aggregateInstructions.3.2.ll [Bitcode] Add partial support for opaque pointer auto-upgrade 2022-02-11 09:32:46 +01:00
aggregateInstructions.3.2.ll.bc
alloca-addrspace.ll [Bitcode] Encode alloca address space 2022-03-11 16:08:38 +01:00
allocated.ll
amdgcn-alignbit.ll AMDGPU: Remove llvm.amdgcn.alignbit and handle bitcode upgrade to fshr 2022-01-18 14:08:36 -05:00
anon-functions.ll
apple-clang-700-compat.test
arm-bf16-upgrade.ll
arm-bf16-upgrade.ll.bc
arm-intrinsics.bc [OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strex 2022-03-16 14:11:53 -07:00
arm-intrinsics.ll [OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strex 2022-03-16 14:11:53 -07:00
arm32_neon_vcnt_upgrade.ll
associated.ll
atomic-no-syncscope.ll
atomic-no-syncscope.ll.bc
atomic.ll
atomicrmw-upgrade.ll
atomicrmw-upgrade.ll.bc
attr-btf_tag-dicomposite.ll
attr-btf_tag-diglobalvariable.ll
attr-btf_tag-disubprogram.ll
attr-btf_tag-field.ll
attr-btf_tag-parameter.ll
attr-btf_tag-typedef.ll
attr-btf_type_tag.ll Reland "[Attr] support btf_type_tag attribute" 2021-11-05 11:25:17 -07:00
attributes-3.3.ll
attributes-3.3.ll.bc
attributes.ll [InstrProf] Add the skipprofile attribute 2022-08-04 08:45:27 -07:00
auto_upgrade_intrinsics.bc
avr-calling-conventions.ll
avr-calling-conventions.ll.bc
bcanalyzer-atomics.ll
bcanalyzer-comdat.ll
bcanalyzer-types.ll
binaryFloatInstructions.3.2.ll
binaryFloatInstructions.3.2.ll.bc
binaryIntInstructions.3.2.ll
binaryIntInstructions.3.2.ll.bc
bitcode-parseconstant-delay-select.ll [Bitcode] Use bitcode input for test (NFC) 2022-07-04 16:41:40 +02:00
bitcode-wrapper-header-armv7m.ll
bitcode-wrapper-header-x86_64.ll
bitwiseInstructions.3.2.ll
bitwiseInstructions.3.2.ll.bc
blockaddress-addrspace.ll
blockaddress-aggregate-users.ll [Bitcode] Include indirect users of BlockAddresses in bitcode 2022-05-10 16:03:42 -07:00
blockaddress-expr-users.ll [Bitcode] Include indirect users of BlockAddresses in bitcode 2022-05-10 16:03:42 -07:00
blockaddress-globalvalue-users.ll [Bitcode] Include indirect users of BlockAddresses in bitcode 2022-05-10 16:03:42 -07:00
blockaddress-nested-users.ll [Bitcode] Include indirect users of BlockAddresses in bitcode 2022-05-10 16:03:42 -07:00
blockaddress-users.ll [Bitcode] materialize Functions early when BlockAddress taken 2022-04-12 11:38:35 -07:00
blockaddress.ll
branch-weight.ll
byval-upgrade.test
callbr.ll [IR] Don't use blockaddresses as callbr arguments 2022-07-15 10:18:17 +02:00
callbr.ll.bc [Bitcode] Add additional callbr tests (NFC) 2022-07-11 16:46:21 +02:00
calling-conventions.3.2.ll
calling-conventions.3.2.ll.bc
case-ranges-3.3.ll [Bitcode] Fully support opaque pointer auto upgrade 2022-03-04 10:23:06 +01:00
case-ranges-3.3.ll.bc
cmpxchg-upgrade.ll
cmpxchg-upgrade.ll.bc
cmpxchg.3.6.ll
cmpxchg.3.6.ll.bc
compatibility-3.6.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
compatibility-3.6.ll.bc
compatibility-3.7.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
compatibility-3.7.ll.bc
compatibility-3.8.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
compatibility-3.8.ll.bc
compatibility-3.9.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
compatibility-3.9.ll.bc
compatibility-4.0.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
compatibility-4.0.ll.bc
compatibility-5.0.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
compatibility-5.0.ll.bc
compatibility-6.0.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
compatibility-6.0.ll.bc
compatibility.ll Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'. 2022-07-13 08:54:41 -07:00
constantsTest.3.2.ll
constantsTest.3.2.ll.bc
constexpr-to-instr.ll [Bitcode] Support expanding constant expressions into instructions 2022-06-28 11:09:46 +02:00
conversionInstructions.3.2.ll
conversionInstructions.3.2.ll.bc
dataLocation.ll
debug-loc-again.ll
dicompileunit-gnu-pubnames.ll
DICompileUnit-no-DWOId.ll
DICompileUnit-no-DWOId.ll.bc
DIEnumerator-10.0.ll
DIEnumerator-10.0.ll.bc
DIExpression-4.0.ll
DIExpression-4.0.ll.bc
DIExpression-aggresult.ll [Bitcode] Improve support for opaque-pointer bitcode upgrade 2022-02-15 09:39:48 +01:00
DIExpression-aggresult.ll.bc
DIExpression-deref.ll
DIExpression-deref.ll.bc
DIExpression-minus-upgrade.ll
DIExpression-minus-upgrade.ll.bc
diglobalvariable-3.8.ll
diglobalvariable-3.8.ll.bc
DIGlobalVariableExpression.ll
DIGlobalVariableExpression.ll.bc
DIGlobalVariableExpression2.ll
DIGlobalVariableExpression2.ll.bc
DIImportedEntity_backward.ll
DIImportedEntity_backward.ll.bc
DIImportedEntity_elements.ll
dilocalvariable-3.9.ll
dilocalvariable-3.9.ll.bc
DILocalVariable-explicit-tags.ll
DILocalVariable-explicit-tags.ll.bc
DILocation-implicit-code.ll
DILocation-implicit-code.ll.bc
DIModule-clang-module.ll
DIModule-clang-module.ll.bc
DIModule-fortran-external-module.ll
DIModule-fortran-module.ll
DIModule-fortran-module.ll.bc
DINamespace.ll
DINamespace.ll.bc
distringtype-backward.ll [DebugInfo] Add stringLocationExp field to DIStringType 2022-01-26 11:56:57 -05:00
distringtype-backward.ll.bc [DebugInfo] Add stringLocationExp field to DIStringType 2022-01-26 11:56:57 -05:00
DISubprogram-distinct-definitions.ll
DISubprogram-distinct-definitions.ll.bc
DISubprogram-v4.ll
DISubprogram-v4.ll.bc
DISubprogram-v5.ll
DISubprogram-v5.ll.bc
disubrange-v0.ll
disubrange-v0.ll.bc
disubrange.ll
DITemplateParameter-5.0.ll
DITemplateParameter-5.0.ll.bc
dityperefs-3.8.ll
dityperefs-3.8.ll.bc
drop-debug-info.3.5.ll
drop-debug-info.3.5.ll.bc
dso_local_equivalent.ll
dso_location.ll
DW_OP_over.ll
extractelement.ll
fcmp-fast.ll
flags.ll
fortranSubrange.ll
fortranSubrangeBackward.ll
fortranSubrangeBackward.ll.bc
function-address-space-fwd-decl.ll
function-default-address-spaces.ll
function-encoding-rel-operands.ll [NFC][llvm] Inclusive language: reword uses of sanity test and check 2021-11-25 07:21:42 -05:00
function-local-metadata.3.5.ll [Bitcode] Fully support opaque pointer auto upgrade 2022-03-04 10:23:06 +01:00
function-local-metadata.3.5.ll.bc
function-nonzero-address-spaces-types.ll
function-nonzero-address-spaces.ll
generic_subrange_const.ll
generic_subrange_count.ll
generic_subrange.ll
getelementptr-zero-indices.ll [BitcodeReader] Support GEP without indices 2022-03-10 15:48:47 +01:00
global-variables.3.2.ll
global-variables.3.2.ll.bc
globalvariable-attributes.ll
highLevelStructure.3.2.ll
highLevelStructure.3.2.ll.bc
identification.ll
inalloca-upgrade.test
inalloca.ll
infer_dso_local.ll
intrinsics-struct-upgrade.ll [IR] Require intrinsic struct return type to be anonymous 2022-03-30 09:51:24 +02:00
intrinsics-struct-upgrade.ll.bc [IR] Require intrinsic struct return type to be anonymous 2022-03-30 09:51:24 +02:00
intrinsics-with-unnamed-types.ll
invalid-functionptr-align.ll [Bitcode] Handle invalid data layout gracefully 2022-02-07 12:28:15 +01:00
invalid-functionptr-align.ll.bc
invalid-record-strtab.ll
invalid-record-strtab.ll.bc
invalid-type-for-null-constant.ll
invalid-type-for-null-constant.ll.bc
invalid-weak-external.ll
invalid.ll
invalid.ll.bc
invalid.test [Bitcode] Don't confuse type attributes on declaration and call 2022-03-11 17:32:40 +01:00
linkage-types-3.2.ll
linkage-types-3.2.ll.bc
local-linkage-default-visibility.3.4.ll
local-linkage-default-visibility.3.4.ll.bc
mdnodes-distinct-in-post-order.ll
mdnodes-distinct-nodes-break-cycles.ll
mdnodes-distinct-nodes-first.ll
mdnodes-in-post-order.ll
mdstring-high-bits.ll
memInstructions.3.2.ll
memInstructions.3.2.ll.bc
metadata-2.ll
metadata-function-blocks.ll
metadata-only-empty-string.ll
metadata-source.ll
metadata-source.ll.bc
metadata-strings.ll
metadata.3.5.ll
metadata.3.5.ll.bc
metadata.ll
miscInstructions.3.2.ll
miscInstructions.3.2.ll.bc
module_hash.ll
module-hash-strtab.ll
multi-module.ll
nocfivalue.ll [llvm][IR] Add no_cfi constant 2021-12-20 12:55:32 -08:00
null-type.ll
null-type.ll.bc
objectsize-upgrade-7.0.ll
objectsize-upgrade-7.0.ll.bc
old-aliases.ll
old-aliases.ll.bc
opaque-ptr.ll Revert "Revert "[OpaquePtr][LLParser] Automatically detect opaque pointers in .ll files"" 2022-03-21 17:24:56 -07:00
operand-bundles-bc-analyzer.ll [IR] Define "ptrauth" operand bundle. 2022-02-14 11:27:35 -08:00
operand-bundles.ll
padding.test
pr18704.ll
pr18704.ll.bc
PR23310.test
ptest-new.ll
ptest-old.ll
rankConst.ll
rankExp.ll
select.ll
shuffle.ll
source-filename.test
sret-only-on-declaration.ll [Bitcode] Don't confuse type attributes on declaration and call 2022-03-11 17:32:40 +01:00
ssse3_palignr.ll
standardCIntrinsic.3.2.ll
standardCIntrinsic.3.2.ll.bc
stream-types.c
stream-types.c.ast
stream-types.c.ast.incomplete
stream-types.c.dia
stream-types.c.dia.incomplete
stream-types.c.opt.bitstream
summary_version.ll
tailcall.ll
terminatorInstructions.3.2.ll
terminatorInstructions.3.2.ll.bc
thinlto-alias.ll
thinlto-alias2.ll
thinlto-alias3.ll
thinlto-asm-noimport.ll
thinlto-deadstrip-flag.ll
thinlto-empty-summary-section.ll
thinlto-function-summary-callgraph-cast.ll
thinlto-function-summary-callgraph-pgo.ll
thinlto-function-summary-callgraph-profile-summary.ll
thinlto-function-summary-callgraph-relbf.ll
thinlto-function-summary-callgraph-sample-profile-summary.ll
thinlto-function-summary-callgraph.ll
thinlto-function-summary-functionattrs.ll
thinlto-function-summary-originalnames.ll
thinlto-function-summary-paramaccess.ll
thinlto-function-summary-refgraph.ll [LTO] Ignore unreachable virtual functions in WPD in hybrid LTO. 2021-12-14 20:18:04 +00:00
thinlto-function-summary.ll [LegacyPM] Remove NameAnonGlobalLegacyPass 2022-07-17 14:38:29 -07:00
thinlto-index-disassembled-by-llvm-dis.ll [llvm-dis] Add an option dump-thinlto-index-only in llvm-dis to read ThinLTO minimized code only. 2022-01-19 18:07:50 -08:00
thinlto-summary-globalvar.ll
thinlto-summary-linkage-types.ll
thinlto-summary-local-5.0.ll
thinlto-summary-local-5.0.ll.bc
thinlto-summary-section.ll
thinlto-synthetic-count-flag.ll
thinlto-type-tests.ll
thinlto-type-vcalls.ll [LTO] Ignore unreachable virtual functions in WPD in hybrid LTO. 2021-12-14 20:18:04 +00:00
thinlto-unused-type-tests.ll
upgrade-aarch64-ldstxr.bc [OpaquePtr][AArch64] Use elementtype on ldxr/stxr 2022-03-14 10:09:59 -07:00
upgrade-aarch64-ldstxr.ll [OpaquePtr][AArch64] Use elementtype on ldxr/stxr 2022-03-14 10:09:59 -07:00
upgrade-arc-attachedcall-bundle.ll [ObjCARC] Drop nullary clang.arc.attachedcall bundles in autoupgrade. 2022-05-20 15:27:29 -07:00
upgrade-arc-attachedcall-bundle.ll.bc [ObjCARC] Drop nullary clang.arc.attachedcall bundles in autoupgrade. 2022-05-20 15:27:29 -07:00
upgrade-arc-runtime-calls-bitcast.bc
upgrade-arc-runtime-calls-bitcast.ll
upgrade-arc-runtime-calls-new.bc
upgrade-arc-runtime-calls.bc
upgrade-arc-runtime-calls.ll
upgrade-branch-protection.ll Support the min of module flags when linking, use for AArch64 BTI/PAC-RET 2022-04-13 09:31:51 +02:00
upgrade-clang-arc-use.ll
upgrade-clang-arc-use.ll.bc
upgrade-datalayout.ll
upgrade-datalayout2.ll
upgrade-datalayout3.ll [X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match with ICC 2022-01-23 09:58:46 +08:00
upgrade-datalayout4.ll [X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match with ICC 2022-01-23 09:58:46 +08:00
upgrade-dbg-checksum.ll
upgrade-dbg-checksum.ll.bc
upgrade-dbg-value.ll
upgrade-dbg-value.ll.bc
upgrade-debug-info-for-profiling.ll
upgrade-debug-info-for-profiling.ll.bc
upgrade-elementtype.ll
upgrade-elementtype.ll.bc
upgrade-frame-pointer.ll
upgrade-garbage-collection-for-objc.ll
upgrade-garbage-collection-for-swift.ll
upgrade-global-ctors.ll
upgrade-global-ctors.ll.bc
upgrade-global-dtors.ll
upgrade-global-dtors.ll.bc
upgrade-importedentity.ll
upgrade-importedentity.ll.bc
upgrade-incompatible-func-attr-11.0.ll
upgrade-incompatible-func-attr-11.0.ll.bc
upgrade-inline-asm-elementtype.ll [BitCode] Autoupgrade inline asm elementtype attribute 2022-01-06 15:13:01 +01:00
upgrade-inline-asm-elementtype.ll.bc [BitCode] Autoupgrade inline asm elementtype attribute 2022-01-06 15:13:01 +01:00
upgrade-invariant-group-barrier.ll Reapply "[Intrinsics] Add nocallback to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
upgrade-linker-options-2.ll
upgrade-linker-options.ll
upgrade-loop-metadata.ll
upgrade-loop-metadata.ll.bc
upgrade-masked-keep-metadata.ll
upgrade-memory-intrinsics.ll [AutoUpgrade] Don't lose attributes when upgrading mem intrinsics 2022-04-13 09:30:10 +00:00
upgrade-module-flag.ll
upgrade-mrr-runtime-calls.bc
upgrade-objcretainrelease-asm.ll
upgrade-objcretainrelease-asm.ll.bc
upgrade-objcretainrelease.ll
upgrade-objcretainrelease.ll.bc
upgrade-pointer-address-space.ll
upgrade-pointer-address-space.ll.bc
upgrade-powi-intrinsics.ll
upgrade-powi-intrinsics.ll.bc
upgrade-ptr-annotation.ll
upgrade-ptr-annotation.ll.bc
upgrade-section-name.ll
upgrade-subprogram-this.ll
upgrade-subprogram-this.ll.bc
upgrade-subprogram.ll
upgrade-subprogram.ll.bc
upgrade-tbaa.ll
upgrade-var-annotation.ll
upgrade-var-annotation.ll.bc
upgrade-vecreduce-intrinsics.ll
upgrade-vecreduce-intrinsics.ll.bc
upgrade-vector-insert-extract-intrinsics.ll [IR] Move vector.insert/vector.extract out of experimental namespace 2022-06-27 10:48:45 +00:00
upgrade-vector-insert-extract-intrinsics.ll.bc [IR] Move vector.insert/vector.extract out of experimental namespace 2022-06-27 10:48:45 +00:00
upgrade-void-ret-attr-11.0.ll
upgrade-void-ret-attr-11.0.ll.bc
use-list-order.ll
use-list-order2.ll
value-with-long-name.ll
variableArgumentIntrinsic.3.2.ll
variableArgumentIntrinsic.3.2.ll.bc
vector-pcs.ll
vectorInstructions.3.2.ll
vectorInstructions.3.2.ll.bc
visibility-styles.3.2.ll
visibility-styles.3.2.ll.bc
vscale-round-trip.ll [IR] In ConstantFoldShuffleVectorInstruction use zeroinitializer for splats of 0 2021-11-10 09:42:58 +00:00
vscale-shuffle.ll
vst-forward-declaration.ll
weak-cmpxchg-upgrade.ll
weak-cmpxchg-upgrade.ll.bc
weak-macho-3.5.ll
weak-macho-3.5.ll.bc
x86_intr-upgrade.test [Bitcode] Move x86_intrcc upgrade to bitcode reader 2022-03-04 10:30:50 +01:00