llvm-project/polly/test
Nikita Popov 41d5033eb1 [IR] Enable opaque pointers by default
This enabled opaque pointers by default in LLVM. The effect of this
is twofold:

* If IR that contains *neither* explicit ptr nor %T* types is passed
  to tools, we will now use opaque pointer mode, unless
  -opaque-pointers=0 has been explicitly passed.
* Users of LLVM as a library will now default to opaque pointers.
  It is possible to opt-out by calling setOpaquePointers(false) on
  LLVMContext.

A cmake option to toggle this default will not be provided. Frontends
or other tools that want to (temporarily) keep using typed pointers
should disable opaque pointers via LLVMContext.

Differential Revision: https://reviews.llvm.org/D126689
2022-06-02 09:40:56 +02:00
..
CodeGen [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
DeadCodeElimination
DeLICM [ValueTracking] Enable -branch-on-poison-as-ub by default 2022-06-01 10:46:06 +02:00
DependenceInfo
FlattenSchedule
ForwardOpTree
GPGPU [FileCheck] GetCheckTypeAbbreviation() to handle the misspelled case. 2022-05-26 12:20:15 +01:00
IstAstInfo
JSONExporter
MaximalStaticExpansion [Polly] Migrate -polly-mse to the new pass manager. 2022-06-01 13:37:58 -05:00
PruneUnprofitable
ScheduleOptimizer
ScopDetect [Polly][Test] Fix race condition while printing dot files. 2022-05-26 15:58:53 -05:00
ScopDetectionDiagnostics
ScopInfo [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
ScopInliner
Simplify
Support
Unit [lit] Fix setup of sanitizer environment 2022-05-19 19:24:16 -07:00
UnitIsl
CMakeLists.txt
create_ll.sh
lit.cfg
lit.site.cfg.in
polly.ll
README
update_check.py

place tests here