llvm-project/llvm/test/LTO/Resolution/X86
Fangrui Song 76093b1739 [InlineAdvisor] Add single quotes around caller/callee names
Clang diagnostics refer to identifier names in quotes.
This patch makes inline remarks conform to the convention.
New behavior:

```
% clang -O2 -Rpass=inline -Rpass-missed=inline -S a.c
a.c:4:25: remark: 'foo' inlined into 'bar' with (cost=-30, threshold=337) at callsite bar:0:25; [-Rpass=inline]
int bar(int a) { return foo(a); }
                        ^
```

Reviewed By: hoy

Differential Revision: https://reviews.llvm.org/D107791
2021-08-10 11:51:31 -07:00
..
Inputs
alias-alias.ll
alias.ll
appending-var.ll
asm-output.ll
available-externally.ll
cache-dso-local.ll
cache-dso-local2.ll
cache-prevailing.ll
comdat-mixed-lto.ll
comdat.ll
common2.ll
commons.ll
dead-strip-alias.ll
dead-strip-fulllto.ll
diagnostic-handler-remarks-with-hotness.ll [InlineAdvisor] Add single quotes around caller/callee names 2021-08-10 11:51:31 -07:00
diagnostic-handler-remarks.ll [InlineAdvisor] Add single quotes around caller/callee names 2021-08-10 11:51:31 -07:00
empty-bitcode.test
export-jumptable-noncanonical.ll LTO: Export functions referenced by non-canonical CFI jump tables 2021-06-08 14:57:43 -07:00
export-jumptable.ll
function-alias-non-prevailing.ll
ifunc.ll
ifunc2.ll
intrinsic.ll
link-odr-availextern.ll
linker-redef-thin.ll
linker-redef.ll
linkonce.ll
lit.local.cfg
load-sample-prof-icp.ll
load-sample-prof-lto.ll
load-sample-prof.ll
local-def-dllimport.ll
lowertypetests.ll
lto-unit-check.ll
mixed_lto.ll
mod-asm-used.ll
multi-thinlto.ll
not-prevailing-alias.ll ELFObjectWriter: Don't sort non-local symbols 2021-02-13 10:32:27 -08:00
not-prevailing-variables.ll
not-prevailing-weak-aliasee.ll
not-prevailing.ll ELFObjectWriter: Don't sort non-local symbols 2021-02-13 10:32:27 -08:00
setting-dso-local.ll
symtab-elf.ll
symtab.ll [LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgold 2021-07-20 13:22:00 -07:00
type-checked-load.ll