llvm-capstone/polly/test/Support
DianQK 533b7c1f6c
[GlobalOpt] Don't replace the aliasee if it has other references.
As long as aliasee has `@llvm.used` or `@llvm.compiler.used` references, we cannot do the related replace or delete operations. Even if it is a Local Linkage, we cannot infer if there is no other use for it, such as asm or other future added cases.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D145293
2023-04-27 09:53:47 +08:00
..
defaultpipelines.ll [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
dumpfunction.ll [GlobalOpt] Don't replace the aliasee if it has other references. 2023-04-27 09:53:47 +08:00
dumpmodule.ll [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
exportjson.ll [polly] Remove unnecessary -enable-new-pm flags 2023-02-27 15:38:55 -08:00
isl-args.ll [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
pipelineposition.ll [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
Plugins.ll Reland "Load pass plugins during option processing, so that plugin options are registered and live." 2022-03-18 03:27:53 +00:00