This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O3 in repository toolchain/ci/llvm-project.
from e7249e4acf3c [SimplifyCFG] Ignore free instructions when computing cost [...] adds fe16d331d345 Add document numbers for the C99 status page. adds 1a7b7d7ba232 [NFCI][CodeGen, AArch64] Fix inconsistent TargetCostKind types. adds 734f4d832cd2 [llvm-profgen] An option to dump disasm of specified symbols adds e828655313db [mlir][linalg] Fix interchange initialization in fusion on [...] adds af9923674787 Don't diagnose unused but set when the Cleanup attribute is used. adds c240169ff2e4 [Analysis] improve function matching for strlen libcall adds 97b2f20a446e Change error for storage-class to mean linkage, fix lang-l [...] adds c49611f90978 Mark CFG as preserved in TypePromotion and InterleaveAcces [...] adds 43552651319e [lldb] Remove IRExecutionUnit::CollectFallbackNames adds 38c09ea2d279 DebugInfo: Add (initially no-op) -gsimple-template-names={ [...] adds 60a40cf37904 [OpenMP] Fix KeepAlive usage adds 19d53d45f270 [ELF][AArch64] Refine and fix the condition when BTI/PAC P [...] adds b05804ab4c8c [Analysis] reduce code for isOnlyUsedInZeroEqualityCompari [...] adds a85d7a56c7bb [ValueTracking] fix isOnlyUsedInZeroEqualityComparison wit [...] adds 5da21338bcd0 [mlir][sparse] generalize reduction support in sparse compiler adds 9fb3669429a8 [libc++][test] Remove disable_missing_braces_warning.h from tests adds cb793e1a3655 [libc++][NFCI] Remove uses of _LIBCPP_INLINE_VAR adds b2b63d1b9122 Reset operation when canceling root update transaction adds 6e60bb688317 [mlir:DataFlowAnalysis] Reprocess the arguments of already [...] adds d8e1203f9150 [JumpThreading] Add test with free instructions (NFC) adds 55aa4e92f737 [InstCombine] add test for shift-shift with extra use; NFC adds 1cd6b44f267b [InstCombine] add one-use check to shift-shift transform adds 474816384fd4 [libc++][NFC] Add missing whitespace in <compare> adds a40a08ed988f [mlir][Linalg] Teach constant -> generic op fusion to hand [...] adds b875343873a5 [Clang] Ignore BTFTag attr if used as a type attribute adds 423d34f74a10 [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` [...] adds cd36bab4ca90 Fix bug for Ops with default valued attributes and success [...] adds c7e78150f733 [RISCV] Add test cases showing failure to use ADDIW before [...] adds f0a422f935af [RISCV] Add fcvt.s.w(u)/fcvt.d.w(u)/fcvt.h.w(u) to hasAllN [...] adds 16ba77d19c5e [RISCV] Remove stale FIXMEs from float-convert.ll and doub [...] adds cbbf2e8c8ae7 Diagnose -Wunused-value based on CFG reachability adds 57705df2de9d [flang] Catch error: base of DATA statement object can't b [...] adds 1552179ac019 [WebAssembly] Add relaxed-simd feature adds a924fcc7c319 [mlir][sparse] add sparse kernels test to sparse compiler [...] adds 81c249784f42 [llvm-profgen] Use hot threshold for context merging and trimming adds 747b1a67a3dd [NFC] Remove trailing spaces from some files adds ac191bcc99e2 [compiler-rt][test] Add REQUIRES for checking static libc++abi adds 52c30adc7dfe [Polly] Implement user-directed loop distribution/fission. adds 35f702009877 [Polly] Dissolve Isl test directory. NFC. adds 85d4e29fd84e [libc++] Fix __wrap_iter to be a proper contiguous iterator. adds 10a5632550ab [NFC][InstCombine] Fix inconsistent comments adds c2be2d3284d2 [llvm-profgen] Fix a bug of assertion adds 686cc0006793 [llvm-profgen] Fix an out-of-range error during unwinding adds 1ed69bb86eb1 [llvm-profgen] Fix a dangling vector reference in CS line [...] adds ebc5feb4ed6b [RISCV] Update mir tests. adds 13207a21a64d [NFC] Remove redundant setOperationAction. adds 47cc166bc023 [MLIR] [Python] Make Attribute and Type hashable adds ebec077e07f5 [X86][FP16] Change the order of the operands in complex FM [...] adds 1873f3be78a5 [demangle] Support for ISO/IEC TS 18661 binary floating po [...] adds 3b12282b0ed7 [AArch64][SVE][InstCombine] Eliminate redundant chains of [...] adds 94c177e6b29e [OpenMP][NFC] Clang format OMPIRBuilder adds 0a16c5601022 [OpenMP][NFC] Improve debug output adds 5e835ecb6d43 [OpenMP][NFC] Precommit test that exposes a bug in our opt [...] adds 92280ae3d83d [OpenMP][NFC] Rerun the test check update script on all Op [...] adds 57822c3f4f36 [OpenMP][NFC] Repair test that contained nested kernels adds c6457dcae880 [OpenMP][FIX] Be more deliberate about invalidating the AA [...]
No new revisions were added by this update.
Summary of changes: clang/include/clang/Basic/Attr.td | 2 +- clang/include/clang/Basic/AttrDocs.td | 4 + clang/include/clang/Basic/CodeGenOptions.def | 6 + clang/include/clang/Basic/DebugInfoOptions.h | 6 + clang/include/clang/Basic/DiagnosticSemaKinds.td | 7 +- clang/include/clang/Basic/LangOptions.def | 2 +- clang/include/clang/Driver/Options.td | 17 +- clang/include/clang/Sema/Sema.h | 12 +- clang/lib/AST/TypePrinter.cpp | 1 + clang/lib/Basic/Targets/WebAssembly.cpp | 19 ++ clang/lib/Basic/Targets/WebAssembly.h | 1 + clang/lib/Driver/ToolChains/Clang.cpp | 25 +- clang/lib/Frontend/CompilerInvocation.cpp | 18 +- clang/lib/Headers/avx512fp16intrin.h | 76 ++--- clang/lib/Headers/avx512vlfp16intrin.h | 54 ++-- clang/lib/Sema/SemaDecl.cpp | 16 +- clang/lib/Sema/SemaExpr.cpp | 58 ++-- clang/lib/Sema/SemaExprCXX.cpp | 2 +- clang/lib/Sema/SemaStmt.cpp | 10 +- clang/lib/Sema/SemaType.cpp | 6 + clang/test/Analysis/dead-stores.c | 4 +- clang/test/CXX/basic/basic.link/p8.cpp | 2 +- clang/test/CXX/drs/dr14xx.cpp | 2 +- clang/test/CXX/drs/dr20xx.cpp | 2 +- clang/test/CXX/drs/dr7xx.cpp | 4 +- .../temp.constr.constr/partial-specializations.cpp | 2 +- .../CodeCompletion/pragma-macro-token-caching.c | 2 +- clang/test/Driver/debug-options.c | 12 + clang/test/Frontend/fixed_point_crash.c | 4 +- clang/test/OpenMP/amdgcn_target_codegen.cpp | 4 +- .../declare_target_codegen_globalization.cpp | 4 +- clang/test/OpenMP/nvptx_SPMD_codegen.cpp | 124 +++---- clang/test/OpenMP/nvptx_data_sharing.cpp | 4 +- ...tx_distribute_parallel_generic_mode_codegen.cpp | 12 +- .../nvptx_force_full_runtime_SPMD_codegen.cpp | 126 ++++---- clang/test/OpenMP/nvptx_lambda_capturing.cpp | 116 +++---- .../OpenMP/nvptx_multi_target_parallel_codegen.cpp | 24 +- .../test/OpenMP/nvptx_nested_parallel_codegen.cpp | 12 +- clang/test/OpenMP/nvptx_parallel_codegen.cpp | 24 +- clang/test/OpenMP/nvptx_parallel_for_codegen.cpp | 8 +- clang/test/OpenMP/nvptx_target_codegen.cpp | 96 +++--- .../test/OpenMP/nvptx_target_parallel_codegen.cpp | 48 +-- .../nvptx_target_parallel_num_threads_codegen.cpp | 48 +-- .../nvptx_target_parallel_reduction_codegen.cpp | 12 +- ...get_parallel_reduction_codegen_tbaa_PR46146.cpp | 24 +- clang/test/OpenMP/nvptx_target_printf_codegen.c | 24 +- clang/test/OpenMP/nvptx_target_simd_codegen.cpp | 16 +- clang/test/OpenMP/nvptx_target_teams_codegen.cpp | 36 +-- .../nvptx_target_teams_distribute_codegen.cpp | 24 +- ...arget_teams_distribute_parallel_for_codegen.cpp | 152 ++++----- ...istribute_parallel_for_generic_mode_codegen.cpp | 60 ++-- ..._teams_distribute_parallel_for_simd_codegen.cpp | 78 ++--- .../nvptx_target_teams_distribute_simd_codegen.cpp | 16 +- clang/test/OpenMP/nvptx_teams_codegen.cpp | 48 +-- .../test/OpenMP/nvptx_teams_reduction_codegen.cpp | 114 +++---- .../test/OpenMP/target_parallel_debug_codegen.cpp | 12 +- .../OpenMP/target_parallel_for_debug_codegen.cpp | 12 +- clang/test/PCH/cxx-explicit-specifier.cpp | 4 +- clang/test/Parser/cxx-ambig-decl-expr.cpp | 6 +- clang/test/Parser/cxx0x-ambig.cpp | 2 +- clang/test/Parser/cxx1z-init-statement.cpp | 8 +- clang/test/Parser/objc-messaging-1.m | 14 +- clang/test/Parser/objc-try-catch-1.m | 5 +- clang/test/Parser/objcxx11-attributes.mm | 2 +- clang/test/Preprocessor/wasm-target-features.c | 9 + clang/test/Sema/attr-btf_tag.c | 8 + clang/test/Sema/const-eval.c | 2 +- clang/test/Sema/exprs.c | 2 +- clang/test/Sema/i-c-e.c | 10 +- clang/test/Sema/sizeless-1.c | 4 +- clang/test/Sema/switch-1.c | 2 +- clang/test/Sema/vla-2.c | 6 +- clang/test/Sema/warn-type-safety.c | 2 +- clang/test/Sema/warn-unused-but-set-variables.c | 10 + clang/test/Sema/warn-unused-value.c | 20 +- clang/test/SemaCXX/attr-annotate.cpp | 4 +- clang/test/SemaCXX/attr-cpuspecific.cpp | 14 +- clang/test/SemaCXX/attr-target-mv.cpp | 15 +- clang/test/SemaCXX/builtin-constant-p.cpp | 4 +- clang/test/SemaCXX/constant-expression-cxx2a.cpp | 2 +- clang/test/SemaCXX/constant-expression.cpp | 4 +- clang/test/SemaCXX/expression-traits.cpp | 8 +- clang/test/SemaCXX/matrix-type-operators.cpp | 6 +- clang/test/SemaCXX/overloaded-operator.cpp | 2 +- clang/test/SemaCXX/sizeless-1.cpp | 4 +- clang/test/SemaCXX/vector.cpp | 4 +- clang/test/SemaCXX/warn-comma-operator.cpp | 4 +- clang/test/SemaCXX/warn-unused-value.cpp | 24 ++ clang/test/SemaTemplate/derived.cpp | 2 +- clang/test/SemaTemplate/lambda-capture-pack.cpp | 2 +- clang/www/c_status.html | 164 ++++++---- compiler-rt/CMakeLists.txt | 1 + .../asan/TestCases/intercept-rethrow-exception.cpp | 2 + compiler-rt/test/lit.common.cfg.py | 3 + compiler-rt/test/lit.common.configured.in | 1 + flang/lib/Semantics/check-data.cpp | 4 +- flang/test/Semantics/data04.f90 | 6 + libcxx/include/__compare/ordering.h | 1 + libcxx/include/__config | 6 - libcxx/include/__functional/bind.h | 24 +- libcxx/include/__iterator/wrap_iter.h | 20 +- libcxx/include/__memory/allocator_arg_t.h | 2 +- libcxx/include/__memory/uses_allocator.h | 2 +- libcxx/include/__mutex_base | 6 +- libcxx/include/__utility/in_place.h | 6 +- libcxx/include/__utility/piecewise_construct.h | 2 +- libcxx/include/chrono | 3 +- libcxx/include/experimental/simd | 22 +- libcxx/include/new | 2 +- libcxx/include/optional | 2 +- libcxx/include/ratio | 18 +- libcxx/include/system_error | 4 +- libcxx/include/tuple | 4 +- libcxx/include/type_traits | 291 ++++++----------- libcxx/include/variant | 4 +- .../sequences/array/array.cons/deduct.fail.cpp | 5 - .../sequences/array/array.cons/deduct.pass.cpp | 4 - .../array/array.cons/implicit_copy.pass.cpp | 4 - .../sequences/array/array.data/data.pass.cpp | 4 - .../sequences/array/array.data/data_const.pass.cpp | 4 - .../sequences/array/array.fill/fill.fail.cpp | 4 - .../sequences/array/array.fill/fill.pass.cpp | 3 - .../sequences/array/array.size/size.pass.cpp | 4 - .../sequences/array/array.special/swap.pass.cpp | 3 - .../sequences/array/array.swap/swap.fail.cpp | 4 - .../sequences/array/array.swap/swap.pass.cpp | 4 - .../sequences/array/array.tuple/get.fail.cpp | 5 - .../sequences/array/array.tuple/get.pass.cpp | 5 - .../sequences/array/array.tuple/get_const.pass.cpp | 4 - .../array/array.tuple/get_const_rv.pass.cpp | 4 - .../sequences/array/array.tuple/get_rv.pass.cpp | 4 - .../array/array.tuple/tuple_element.fail.cpp | 4 - .../std/containers/sequences/array/at.pass.cpp | 5 - .../containers/sequences/array/at_const.pass.cpp | 5 - .../containers/sequences/array/compare.fail.cpp | 4 - .../containers/sequences/array/compare.pass.cpp | 4 - .../containers/sequences/array/front_back.pass.cpp | 5 - .../sequences/array/front_back_const.pass.cpp | 5 - .../containers/sequences/array/indexing.pass.cpp | 5 - .../sequences/array/indexing_const.pass.cpp | 5 - .../containers/sequences/array/iterators.pass.cpp | 4 - .../containers/views/span.cons/stdarray.pass.cpp | 4 - .../iterators/iterator.range/begin-end.pass.cpp | 4 - .../to_address_std_iterators.pass.cpp | 4 - .../memory/pointer.traits/pointer_to.pass.cpp | 32 +- .../tuple/tuple.tuple/tuple.apply/apply.pass.cpp | 5 - .../tuple.apply/apply_extended_types.pass.cpp | 3 - .../tuple.apply/make_from_tuple.pass.cpp | 4 - .../test/support/disable_missing_braces_warning.h | 19 -- libcxxabi/src/demangle/ItaniumDemangle.h | 26 ++ libcxxabi/test/test_demangle.pass.cpp | 3 + lld/ELF/Arch/AArch64.cpp | 21 +- lld/test/ELF/Inputs/aarch64-addrifunc.s | 5 +- lld/test/ELF/aarch64-feature-bti.s | 47 ++- lld/test/ELF/aarch64-feature-btipac.s | 17 +- lld/test/ELF/aarch64-ifunc-bti.s | 62 ++-- lldb/include/lldb/Expression/IRExecutionUnit.h | 3 - lldb/source/Expression/IRExecutionUnit.cpp | 58 +--- llvm/include/llvm/Demangle/ItaniumDemangle.h | 26 ++ llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h | 6 +- llvm/include/llvm/Frontend/OpenMP/OMPKinds.def | 4 +- llvm/lib/Analysis/TargetLibraryInfo.cpp | 4 +- llvm/lib/Analysis/ValueTracking.cpp | 15 +- llvm/lib/CodeGen/InterleavedAccessPass.cpp | 2 +- llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | 6 +- llvm/lib/CodeGen/TargetLoweringBase.cpp | 2 - llvm/lib/CodeGen/TypePromotion.cpp | 1 + llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp | 8 +- .../Target/AArch64/AArch64TargetTransformInfo.cpp | 28 ++ llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 6 + llvm/lib/Target/WebAssembly/WebAssembly.td | 3 + llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 + llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +- llvm/lib/Target/X86/X86InstrAVX512.td | 74 ++--- llvm/lib/Target/X86/X86InstrFragmentsSIMD.td | 16 +- llvm/lib/Target/X86/X86InstrInfo.cpp | 14 +- llvm/lib/Target/X86/X86IntrinsicsInfo.h | 34 +- llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 96 +++--- .../Transforms/InstCombine/InstCombineShifts.cpp | 2 +- .../InstCombine/InstCombineVectorOps.cpp | 8 +- llvm/test/CodeGen/ARM/O3-pipeline.ll | 2 - llvm/test/CodeGen/RISCV/double-convert.ll | 43 ++- llvm/test/CodeGen/RISCV/float-convert.ll | 43 ++- llvm/test/CodeGen/RISCV/half-convert.ll | 70 ++++ .../CodeGen/RISCV/rvv/addi-scalable-offset.mir | 53 +-- .../RISCV/rvv/commuted-op-indices-regression.mir | 17 +- llvm/test/CodeGen/RISCV/rvv/emergency-slot.mir | 252 ++++++++------- llvm/test/CodeGen/RISCV/rvv/frameindex-addr.ll | 13 +- llvm/test/CodeGen/RISCV/rvv/get-vlen-debugloc.mir | 22 +- llvm/test/CodeGen/RISCV/rvv/mask-reg-alloc.mir | 13 +- llvm/test/CodeGen/RISCV/rvv/reg-coalescing.mir | 13 +- .../RISCV/rvv/tail-agnostic-impdef-copy.mir | 17 +- .../CodeGen/RISCV/rvv/vsetvli-insert-crossbb.mir | 204 ++++++------ llvm/test/CodeGen/RISCV/rvv/vsetvli-insert.mir | 136 ++++---- llvm/test/CodeGen/RISCV/rvv/zvlsseg-copy.mir | 360 ++++++++++----------- llvm/test/CodeGen/RISCV/rvv/zvlsseg-spill.mir | 39 +-- llvm/test/CodeGen/X86/avx512cfma-intrinsics.ll | 102 ++++-- llvm/test/CodeGen/X86/avx512cfmul-intrinsics.ll | 35 ++ llvm/test/CodeGen/X86/avx512cfmulsh-instrinsics.ll | 36 ++- .../CodeGen/X86/avx512fp16-combine-vfmulc-fadd.ll | 12 +- .../X86/avx512fp16-combine-xor-vfmulc-fadd.ll | 27 +- .../CodeGen/X86/stack-folding-fp-avx512fp16.ll | 92 +++++- .../CodeGen/X86/stack-folding-fp-avx512fp16vl.ll | 24 +- .../AArch64/sve-intrinsic-opts-tuple-get.ll | 37 +++ llvm/test/Transforms/InstCombine/call-callconv.ll | 5 + ...ift-amount-reassociation-with-truncation-shl.ll | 16 + .../Transforms/InstCombine/simplify-libcalls.ll | 12 + llvm/test/Transforms/InstCombine/strlen-3.ll | 15 + .../Transforms/JumpThreading/free_instructions.ll | 64 ++++ .../test/Transforms/OpenMP/always_inline_device.ll | 12 +- .../Transforms/OpenMP/custom_state_machines.ll | 164 +++++----- .../OpenMP/custom_state_machines_remarks.ll | 14 +- llvm/test/Transforms/OpenMP/dead_use.ll | 14 +- llvm/test/Transforms/OpenMP/deduplication.ll | 18 +- .../test/Transforms/OpenMP/deduplication_target.ll | 12 +- .../Transforms/OpenMP/fold_generic_main_thread.ll | 16 +- .../get_hardware_num_threads_in_block_fold.ll | 28 +- ...t_hardware_num_threads_in_block_fold_optnone.ll | 139 ++++++++ llvm/test/Transforms/OpenMP/global_constructor.ll | 12 +- .../gpu_state_machine_function_ptr_replacement.ll | 8 +- llvm/test/Transforms/OpenMP/icv_tracking.ll | 55 ++-- .../Transforms/OpenMP/is_spmd_exec_mode_fold.ll | 36 +-- llvm/test/Transforms/OpenMP/parallel_level_fold.ll | 28 +- .../test/Transforms/OpenMP/remove_globalization.ll | 16 +- .../Transforms/OpenMP/replace_globalization.ll | 139 ++++---- .../Transforms/OpenMP/single_threaded_execution.ll | 8 +- llvm/test/Transforms/OpenMP/spmdization.ll | 212 ++++++------ llvm/test/Transforms/OpenMP/spmdization_assumes.ll | 12 +- .../test/Transforms/OpenMP/spmdization_guarding.ll | 16 +- llvm/test/Transforms/OpenMP/spmdization_remarks.ll | 14 +- .../tools/llvm-profgen/merge-cold-profile.test | 8 +- .../tools/llvm-profgen/pseudoprobe-decoding.test | 6 + llvm/tools/llvm-profgen/PerfReader.cpp | 25 +- llvm/tools/llvm-profgen/ProfileGenerator.cpp | 35 +- llvm/tools/llvm-profgen/ProfileGenerator.h | 11 +- llvm/tools/llvm-profgen/ProfiledBinary.cpp | 23 +- llvm/tools/llvm-profgen/ProfiledBinary.h | 3 + .../mlir/Dialect/SparseTensor/Utils/Merger.h | 1 - mlir/lib/Analysis/DataFlowAnalysis.cpp | 3 +- mlir/lib/Bindings/Python/IRCore.cpp | 2 + .../Linalg/Transforms/ElementwiseOpFusion.cpp | 49 ++- .../Dialect/Linalg/Transforms/FusionOnTensors.cpp | 2 +- .../SparseTensor/Transforms/Sparsification.cpp | 139 ++++++-- mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp | 16 - mlir/lib/Transforms/Utils/DialectConversion.cpp | 1 + .../Dialect/Linalg/fusion-elementwise-ops.mlir | 34 ++ mlir/test/Dialect/SparseTensor/sparse_kernels.mlir | 157 +++++++++ mlir/test/Dialect/SparseTensor/sparse_vector.mlir | 14 +- .../SparseTensor/CPU/sparse_filter_conv2d.mlir | 4 +- .../SparseTensor/CPU/sparse_quantized_matmul.mlir | 2 +- .../SparseTensor/CPU/sparse_reductions.mlir | 216 +++++++++++++ mlir/test/Transforms/sccp.mlir | 20 ++ mlir/test/mlir-tblgen/op-attribute.td | 24 ++ mlir/test/python/ir/attributes.py | 23 +- mlir/test/python/ir/builtin_types.py | 22 ++ mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp | 5 +- openmp/libomptarget/DeviceRTL/include/Interface.h | 4 +- openmp/libomptarget/DeviceRTL/include/Types.h | 5 + openmp/libomptarget/DeviceRTL/include/Utils.h | 2 - openmp/libomptarget/DeviceRTL/src/Kernel.cpp | 6 +- openmp/libomptarget/DeviceRTL/src/Mapping.cpp | 1 - openmp/libomptarget/DeviceRTL/src/Utils.cpp | 1 + .../deviceRTLs/common/include/target.h | 8 +- openmp/libomptarget/deviceRTLs/common/omptarget.h | 2 +- .../libomptarget/deviceRTLs/common/src/omp_data.cu | 2 +- .../deviceRTLs/common/src/omptarget.cu | 18 +- .../libomptarget/deviceRTLs/common/src/support.cu | 11 +- openmp/libomptarget/deviceRTLs/common/support.h | 17 +- openmp/libomptarget/deviceRTLs/interface.h | 4 +- polly/include/polly/DependenceInfo.h | 4 + polly/include/polly/ManualOptimizer.h | 9 +- polly/include/polly/ScheduleTreeTransform.h | 3 + polly/lib/Analysis/DependenceInfo.cpp | 13 + polly/lib/Transform/ManualOptimizer.cpp | 133 +++++++- polly/lib/Transform/ScheduleOptimizer.cpp | 23 +- polly/lib/Transform/ScheduleTreeTransform.cpp | 47 +++ polly/test/{Isl => }/CodeGen/20100617.ll | 0 polly/test/{Isl => }/CodeGen/20100622.ll | 0 polly/test/{Isl => }/CodeGen/20100707.ll | 0 polly/test/{Isl => }/CodeGen/20100707_2.ll | 0 polly/test/{Isl => }/CodeGen/20100708.ll | 0 polly/test/{Isl => }/CodeGen/20100708_2.ll | 0 polly/test/{Isl => }/CodeGen/20100713.ll | 0 polly/test/{Isl => }/CodeGen/20100713_2.ll | 0 polly/test/{Isl => }/CodeGen/20100717.ll | 0 polly/test/{Isl => }/CodeGen/20100718-DomInfo-2.ll | 0 polly/test/{Isl => }/CodeGen/20100718-DomInfo.ll | 0 .../CodeGen/20100720-MultipleConditions.ll | 0 .../{Isl => }/CodeGen/20100809-IndependentBlock.ll | 0 .../20100811-ScalarDependencyBetweenBrAndCnd.ll | 0 polly/test/{Isl => }/CodeGen/20101030-Overflow.ll | 0 polly/test/{Isl => }/CodeGen/20101103-Overflow3.ll | 0 .../{Isl => }/CodeGen/20101103-signmissmatch.ll | 0 .../{Isl => }/CodeGen/20110226-Ignore-Dead-Code.ll | 0 .../{Isl => }/CodeGen/20110226-PHI-Node-removed.ll | 0 .../test/{Isl => }/CodeGen/20120316-InvalidCast.ll | 0 .../CodeGen/20120403-RHS-type-mismatch.ll | 0 .../CodeGen/20130211-getNumberOfIterations.ll | 0 polly/test/{Isl => }/CodeGen/20130221.ll | 0 .../20150328-SCEVExpanderIntroducesNewIV.ll | 0 .../LoopParallelMD/do_not_mutate_debug_info.ll | 0 .../LoopParallelMD/loop_nest_param_parallel.ll | 0 .../LoopParallelMD/single_loop_param_parallel.ll | 0 .../{Isl => }/CodeGen/MemAccess/bad_alignment.ll | 0 .../bad_alignment___%for.cond---%for.end.jscop | 0 .../CodeGen/MemAccess/codegen_address_space.ll | 0 .../CodeGen/MemAccess/codegen_constant_offset.ll | 0 ...en_constant_offset___%for.cond---%for.end.jscop | 0 ...offset___%for.cond---%for.end.jscop.transformed | 0 .../{Isl => }/CodeGen/MemAccess/codegen_simple.ll | 0 .../codegen_simple___%for.cond---%for.end.jscop | 0 ...simple___%for.cond---%for.end.jscop.transformed | 0 .../CodeGen/MemAccess/codegen_simple_float.ll | 0 .../CodeGen/MemAccess/codegen_simple_md.ll | 0 ...codegen_simple_md___%for.cond---%for.end6.jscop | 0 ...or.cond---%for.end6.jscop.transformed+withconst | 0 ...cond---%for.end6.jscop.transformed+withoutconst | 0 .../CodeGen/MemAccess/codegen_simple_md_float.ll | 0 .../{Isl => }/CodeGen/MemAccess/create_arrays.ll | 0 .../MemAccess/create_arrays___%bb9---%bb26.jscop | 0 .../create_arrays___%bb9---%bb26.jscop.transformed | 0 .../CodeGen/MemAccess/create_arrays_heap.ll | 0 ..._heap___%for.cond1.preheader---%for.end18.jscop | 0 ....cond1.preheader---%for.end18.jscop.transformed | 0 .../default_aligned_new_access_function.ll | 0 .../{Isl => }/CodeGen/MemAccess/different_types.ll | 0 .../MemAccess/different_types___%bb2---%bb18.jscop | 0 .../{Isl => }/CodeGen/MemAccess/generate-all.ll | 0 .../CodeGen/MemAccess/invariant_base_ptr.ll | 0 .../invariant_base_ptr___%loop---%exit.jscop | 0 .../CodeGen/MemAccess/map_scalar_access.ll | 0 .../map_scalar_access___%outer.for---%return.jscop | 0 ...access___%outer.for---%return.jscop.transformed | 0 .../{Isl => }/CodeGen/MemAccess/multiple_types.ll | 0 .../MemAccess/multiple_types___%bb1---%bb22.jscop | 0 polly/test/{Isl => }/CodeGen/MemAccess/simple.ll | 0 .../MemAccess/simple___%for.cond---%for.end.jscop | 0 ...simple___%for.cond---%for.end.jscop.transformed | 0 .../simple___%for.cond---%for.end14.jscop | 0 ...mple___%for.cond---%for.end14.jscop.transformed | 0 .../simple___%for.cond4---%for.end14.jscop | 0 ...ple___%for.cond4---%for.end14.jscop.transformed | 0 .../{Isl => }/CodeGen/MemAccess/simple_analyze.ll | 0 .../simple_stride___%for.cond---%for.end.jscop | 0 .../CodeGen/MemAccess/simple_stride_test.ll | 0 .../CodeGen/MemAccess/update_access_functions.ll | 0 .../update_access_functions___%loop1---%exit.jscop | 0 ...ss_functions___%loop1---%exit.jscop.transformed | 0 .../{Isl => }/CodeGen/OpenMP/alias-metadata.ll | 0 .../OpenMP/invariant_base_pointer_preloaded.ll | 0 ...nvariant_base_pointer_preloaded_different_bb.ll | 0 ...iant_base_pointer_preloaded_pass_only_needed.ll | 0 .../OpenMP/invariant_base_pointers_preloaded.ll | 0 .../OpenMP/loop-body-references-outer-iv.ll | 0 .../OpenMP/loop-body-references-outer-values-2.ll | 0 .../OpenMP/loop-body-references-outer-values-3.ll | 0 .../OpenMP/loop-body-references-outer-values.ll | 0 .../OpenMP/loop-bounds-reference-outer-ids.ll | 0 .../{Isl => }/CodeGen/OpenMP/mapped-phi-access.ll | 0 .../{Isl => }/CodeGen/OpenMP/matmul-parallel.ll | 0 .../CodeGen/OpenMP/new_multidim_access.ll | 0 .../new_multidim_access___%bb1---%bb17.jscop | 0 .../{Isl => }/CodeGen/OpenMP/recomputed-srem.ll | 0 .../reference-argument-from-non-affine-region.ll | 0 .../{Isl => }/CodeGen/OpenMP/reference-other-bb.ll | 0 .../CodeGen/OpenMP/reference-preceeding-loop.ll | 0 .../{Isl => }/CodeGen/OpenMP/reference_latest.ll | 0 .../{Isl => }/CodeGen/OpenMP/scev-rewriting.ll | 0 polly/test/{Isl => }/CodeGen/OpenMP/single_loop.ll | 0 .../single_loop_with_loop_invariant_baseptr.ll | 0 .../CodeGen/OpenMP/single_loop_with_param.ll | 0 .../single_parallel_loop___%for.i---%exit.jscop | 0 .../two-parallel-loops-reference-outer-indvar.ll | 0 polly/test/{Isl => }/CodeGen/PHIInExit.ll | 0 .../RuntimeDebugBuilder/combine_different_values.c | 0 .../combine_different_values.ll | 0 .../CodeGen/RuntimeDebugBuilder/stmt_tracing.ll | 0 .../{Isl => }/CodeGen/alias-check-multi-dim.ll | 0 .../CodeGen/alias_metadata_too_many_arrays.ll | 0 .../aliasing_different_base_and_access_type.ll | 0 .../CodeGen/aliasing_different_pointer_types.ll | 0 .../CodeGen/aliasing_multidimensional_access.ll | 0 .../CodeGen/aliasing_parametric_simple_1.ll | 0 .../CodeGen/aliasing_parametric_simple_2.ll | 0 .../{Isl => }/CodeGen/aliasing_struct_element.ll | 0 polly/test/{Isl => }/CodeGen/alignment.ll | 0 .../{Isl => }/CodeGen/annotated_alias_scopes.ll | 0 .../{Isl => }/CodeGen/blas_sscal_simplified.ll | 0 ...iant-code-hosting-and-escape-map-computation.ll | 0 polly/test/{Isl => }/CodeGen/constant_condition.ll | 0 .../{Isl => }/CodeGen/create-conditional-scop.ll | 0 ...t_load_instruction_referenced_by_parameter_1.ll | 0 ...t_load_instruction_referenced_by_parameter_2.ll | 0 polly/test/{Isl => }/CodeGen/debug-intrinsics.ll | 0 ...ominance_problem_after_early_codegen_bailout.ll | 0 .../{Isl => }/CodeGen/empty_domain_in_context.ll | 0 .../{Isl => }/CodeGen/entry_with_trivial_phi.ll | 0 .../CodeGen/entry_with_trivial_phi_other_bb.ll | 0 .../CodeGen/error-stmt-in-non-affine-region.ll | 0 .../error_block_contains_invalid_memory_access.ll | 0 polly/test/{Isl => }/CodeGen/exprModDiv.ll | 0 .../exprModDiv___%for.cond---%for.end.jscop | 0 .../exprModDiv___%for.cond---%for.end.jscop.pow2 | 0 .../fortran_array_runtime_size_generation.ll | 0 .../{Isl => }/CodeGen/getNumberOfIterations.ll | 0 .../CodeGen/hoisted_load_escapes_through_phi.ll | 0 polly/test/{Isl => }/CodeGen/hoisting_1.ll | 0 polly/test/{Isl => }/CodeGen/hoisting_2.ll | 0 .../CodeGen/if-conditions-in-vector-code.ll | 0 polly/test/{Isl => }/CodeGen/inner_scev_sdiv_1.ll | 0 polly/test/{Isl => }/CodeGen/inner_scev_sdiv_2.ll | 0 polly/test/{Isl => }/CodeGen/inner_scev_sdiv_3.ll | 0 .../{Isl => }/CodeGen/inner_scev_sdiv_in_lb.ll | 0 .../CodeGen/inner_scev_sdiv_in_lb_invariant.ll | 0 .../{Isl => }/CodeGen/inner_scev_sdiv_in_rtc.ll | 0 .../test/{Isl => }/CodeGen/intrinsics_lifetime.ll | 0 polly/test/{Isl => }/CodeGen/intrinsics_misc.ll | 0 .../CodeGen/inv-load-lnt-crash-wrong-order-2.ll | 0 .../CodeGen/inv-load-lnt-crash-wrong-order-3.ll | 0 .../CodeGen/inv-load-lnt-crash-wrong-order.ll | 0 .../{Isl => }/CodeGen/invariant-load-dimension.ll | 0 ...riant-load-preload-base-pointer-origin-first.ll | 0 .../CodeGen/invariant_cannot_handle_void.ll | 0 polly/test/{Isl => }/CodeGen/invariant_load.ll | 0 .../CodeGen/invariant_load_address_space.ll | 0 .../CodeGen/invariant_load_alias_metadata.ll | 0 .../CodeGen/invariant_load_base_pointer.ll | 0 .../invariant_load_base_pointer_conditional.ll | 0 .../invariant_load_base_pointer_conditional_2.ll | 0 .../invariant_load_canonicalize_array_baseptrs.ll | 0 .../{Isl => }/CodeGen/invariant_load_condition.ll | 0 .../invariant_load_different_sized_types.ll | 0 .../{Isl => }/CodeGen/invariant_load_escaping.ll | 0 .../CodeGen/invariant_load_escaping_second_scop.ll | 0 .../CodeGen/invariant_load_hoist_alignment.ll | 0 .../invariant_load_in_non_affine_subregion.ll | 0 .../{Isl => }/CodeGen/invariant_load_loop_ub.ll | 0 ...nvariant_load_not_executed_but_in_parameters.ll | 0 .../{Isl => }/CodeGen/invariant_load_outermost.ll | 0 .../invariant_load_parameters_cyclic_dependence.ll | 0 .../CodeGen/invariant_load_ptr_ptr_noalias.ll | 0 .../{Isl => }/CodeGen/invariant_load_scalar_dep.ll | 0 .../invariant_load_scalar_escape_alloca_sharing.ll | 0 ...ant_loads_from_struct_with_different_types_1.ll | 0 ...ant_loads_from_struct_with_different_types_2.ll | 0 .../invariant_loads_ignore_parameter_bounds.ll | 0 .../CodeGen/invariant_verify_function_failed.ll | 0 .../CodeGen/invariant_verify_function_failed_2.ll | 0 .../CodeGen/large-numbers-in-boundary-context.ll | 0 .../{Isl => }/CodeGen/load_subset_with_context.ll | 0 ...r.cond7.preheader---%for.cond33.preheader.jscop | 0 ...eader---%for.cond33.preheader.jscop.transformed | 0 .../CodeGen/loop-invariant-load-type-mismatch.ll | 0 .../test/{Isl => }/CodeGen/loop_with_condition.ll | 0 .../{Isl => }/CodeGen/loop_with_condition_2.ll | 0 .../{Isl => }/CodeGen/loop_with_condition_ineq.ll | 0 .../CodeGen/loop_with_condition_nested.ll | 0 ..._with_conditional_entry_edge_split_hard_case.ll | 0 polly/test/{Isl => }/CodeGen/memcpy_annotations.ll | 0 .../CodeGen/multidim-non-matching-typesize-2.ll | 0 .../CodeGen/multidim-non-matching-typesize.ll | 0 ...tidim_2d_parametric_array_static_loop_bounds.ll | 0 .../test/{Isl => }/CodeGen/multidim_alias_check.ll | 0 polly/test/{Isl => }/CodeGen/multiple-codegens.ll | 0 .../{Isl => }/CodeGen/multiple-scops-in-a-row.ll | 0 .../CodeGen/multiple-types-invariant-load-2.ll | 0 .../CodeGen/multiple-types-invariant-load.ll | 0 .../CodeGen/multiple_sai_fro_same_base_address.ll | 0 .../new_multidim_access___%bb1---%bb17.jscop | 0 .../test/{Isl => }/CodeGen/no-overflow-tracking.ll | 0 polly/test/{Isl => }/CodeGen/no_guard_bb.ll | 0 .../non-affine-dominance-generated-entering.ll | 0 .../CodeGen/non-affine-exit-node-dominance.ll | 0 .../CodeGen/non-affine-phi-node-expansion-2.ll | 0 .../CodeGen/non-affine-phi-node-expansion-3.ll | 0 .../CodeGen/non-affine-phi-node-expansion-4.ll | 0 .../CodeGen/non-affine-phi-node-expansion.ll | 0 ...affine-region-exit-phi-incoming-synthesize-2.ll | 0 ...n-affine-region-exit-phi-incoming-synthesize.ll | 0 .../CodeGen/non-affine-region-implicit-store.ll | 0 ...n-affine-region-phi-references-in-scop-value.ll | 0 .../non-affine-subregion-dominance-reuse.ll | 0 polly/test/{Isl => }/CodeGen/non-affine-switch.ll | 0 .../CodeGen/non-affine-synthesized-in-branch.ll | 0 polly/test/{Isl => }/CodeGen/non-affine-update.ll | 0 .../CodeGen/non-affine-update___%bb1---%bb15.jscop | 0 .../CodeGen/non-hoisted-load-needed-as-base-ptr.ll | 0 .../{Isl => }/CodeGen/non_affine_float_compare.ll | 0 .../CodeGen/only_non_affine_error_region.ll | 0 .../test/{Isl => }/CodeGen/openmp_limit_threads.ll | 0 .../{Isl => }/CodeGen/out-of-scop-phi-node-use.ll | 0 .../test/{Isl => }/CodeGen/param_div_div_div_2.ll | 0 .../test/{Isl => }/CodeGen/partial_write_array.ll | 0 .../partial_write_array___%for---%return.jscop | 0 ..._write_array___%for---%return.jscop.transformed | 0 .../{Isl => }/CodeGen/partial_write_emptyset.ll | 0 .../partial_write_emptyset___%for---%return.jscop | 0 ...ite_emptyset___%for---%return.jscop.transformed | 0 ...artial_write_full_write_that_appears_partial.ll | 0 .../partial_write_impossible_restriction.ll | 0 ..._%for.body344---%if.then.i.i1141.loopexit.jscop | 0 ...4---%if.then.i.i1141.loopexit.jscop.transformed | 0 .../{Isl => }/CodeGen/partial_write_in_region.ll | 0 .../partial_write_in_region___%bb1---%bb12.jscop | 0 ...rite_in_region___%bb1---%bb12.jscop.transformed | 0 .../CodeGen/partial_write_in_region_with_loop.ll | 0 ..._write_in_region_with_loop___%bb1---%bb14.jscop | 0 ...gion_with_loop___%bb1---%bb14.jscop.transformed | 0 .../CodeGen/partial_write_mapped_scalar.ll | 0 ...tial_write_mapped_scalar___%for---%return.jscop | 0 ...apped_scalar___%for---%return.jscop.transformed | 0 .../partial_write_mapped_scalar_subregion.ll | 0 ..._mapped_scalar_subregion___%for---%return.jscop | 0 ...ar_subregion___%for---%return.jscop.transformed | 0 .../CodeGen/partial_write_mapped_vector.ll | 0 ...tial_write_mapped_vector___%for---%return.jscop | 0 ...apped_vector___%for---%return.jscop.transformed | 0 polly/test/{Isl => }/CodeGen/perf_monitoring.ll | 0 .../CodeGen/perf_monitoring_cycles_per_scop.ll | 0 .../perf_monitoring_trip_counts_per_scop.ll | 0 .../{Isl => }/CodeGen/phi-defined-before-scop.ll | 0 .../phi_after_error_block_outside_of_scop.ll | 0 .../{Isl => }/CodeGen/phi_condition_modeling_1.ll | 0 .../{Isl => }/CodeGen/phi_condition_modeling_2.ll | 0 .../{Isl => }/CodeGen/phi_conditional_simple_1.ll | 0 .../CodeGen/phi_in_exit_early_lnt_failure_1.ll | 0 .../CodeGen/phi_in_exit_early_lnt_failure_2.ll | 0 .../CodeGen/phi_in_exit_early_lnt_failure_3.ll | 0 .../CodeGen/phi_in_exit_early_lnt_failure_5.ll | 0 .../{Isl => }/CodeGen/phi_loop_carried_float.ll | 0 .../CodeGen/phi_loop_carried_float_escape.ll | 0 .../test/{Isl => }/CodeGen/phi_scalar_simple_1.ll | 0 .../test/{Isl => }/CodeGen/phi_scalar_simple_2.ll | 0 .../CodeGen/phi_with_multi_exiting_edges_2.ll | 0 .../{Isl => }/CodeGen/phi_with_one_exit_edge.ll | 0 .../CodeGen/pointer-type-expressions-2.ll | 0 .../{Isl => }/CodeGen/pointer-type-expressions.ll | 0 .../pointer-type-pointer-type-comparison.ll | 0 polly/test/{Isl => }/CodeGen/pointer_rem.ll | 0 polly/test/{Isl => }/CodeGen/pr25241.ll | 0 .../{Isl => }/CodeGen/ptrtoint_as_parameter.ll | 0 polly/test/{Isl => }/CodeGen/read-only-scalars.ll | 0 polly/test/{Isl => }/CodeGen/reduction.ll | 0 polly/test/{Isl => }/CodeGen/reduction_2.ll | 0 .../{Isl => }/CodeGen/reduction_simple_binary.ll | 0 .../{Isl => }/CodeGen/region-with-instructions.ll | 0 .../{Isl => }/CodeGen/region_exiting-domtree.ll | 0 .../CodeGen/region_multiexit_partialwrite.ll | 0 ...ion_multiexit_partialwrite___%bb3---%bb19.jscop | 0 ...t_partialwrite___%bb3---%bb19.jscop.transformed | 0 .../run-time-condition-with-scev-parameters.ll | 0 polly/test/{Isl => }/CodeGen/run-time-condition.ll | 0 .../scalar-references-used-in-scop-compute.ll | 0 .../{Isl => }/CodeGen/scalar-store-from-same-bb.ll | 0 .../test/{Isl => }/CodeGen/scalar_codegen_crash.ll | 0 polly/test/{Isl => }/CodeGen/scev-backedgetaken.ll | 0 .../CodeGen/scev-division-invariant-load.ll | 0 polly/test/{Isl => }/CodeGen/scev.ll | 0 .../CodeGen/scev_expansion_in_nonaffine.ll | 0 .../CodeGen/scev_looking_through_bitcasts.ll | 0 .../CodeGen/scop_expander_insert_point.ll | 0 .../{Isl => }/CodeGen/scop_expander_segfault.ll | 0 .../scop_never_executed_runtime_check_location.ll | 0 .../test/{Isl => }/CodeGen/select-base-pointer.ll | 0 polly/test/{Isl => }/CodeGen/sequential_loops.ll | 0 .../CodeGen/simple_loop_non_single_exit.ll | 0 .../CodeGen/simple_loop_non_single_exit_2.ll | 0 .../{Isl => }/CodeGen/simple_non_single_entry.ll | 0 .../{Isl => }/CodeGen/simple_nonaffine_loop.ll | 0 .../{Isl => }/CodeGen/simple_vec_assign_scalar.ll | 0 .../CodeGen/simple_vec_assign_scalar_2.ll | 0 polly/test/{Isl => }/CodeGen/simple_vec_call.ll | 0 polly/test/{Isl => }/CodeGen/simple_vec_call_2.ll | 0 polly/test/{Isl => }/CodeGen/simple_vec_cast.ll | 0 polly/test/{Isl => }/CodeGen/simple_vec_const.ll | 0 .../{Isl => }/CodeGen/simple_vec_large_width.ll | 0 .../{Isl => }/CodeGen/simple_vec_ptr_ptr_ty.ll | 0 .../CodeGen/simple_vec_stride_negative_one.ll | 0 .../{Isl => }/CodeGen/simple_vec_stride_one.ll | 0 .../test/{Isl => }/CodeGen/simple_vec_stride_x.ll | 0 .../CodeGen/simple_vec_strides_multidim.ll | 0 .../test/{Isl => }/CodeGen/simple_vec_two_stmts.ll | 0 .../CodeGen/single_do_loop_int_max_iterations.ll | 0 ...p_int_max_iterations___%do.body---%do.end.jscop | 0 .../CodeGen/single_do_loop_int_param_iterations.ll | 0 .../CodeGen/single_do_loop_ll_max_iterations.ll | 0 .../CodeGen/single_do_loop_one_iteration.ll | 0 .../CodeGen/single_do_loop_scev_replace.ll | 0 polly/test/{Isl => }/CodeGen/single_loop.ll | 0 .../CodeGen/single_loop_int_max_iterations.ll | 0 .../CodeGen/single_loop_ll_max_iterations.ll | 0 .../{Isl => }/CodeGen/single_loop_one_iteration.ll | 0 polly/test/{Isl => }/CodeGen/single_loop_param.ll | 0 .../single_loop_param_less_equal.ll | 0 .../single_loop_param_less_than.ll | 0 .../CodeGen/single_loop_zero_iterations.ll | 0 polly/test/{Isl => }/CodeGen/split_edge_of_exit.ll | 0 polly/test/{Isl => }/CodeGen/split_edges.ll | 0 polly/test/{Isl => }/CodeGen/split_edges_2.ll | 0 polly/test/{Isl => }/CodeGen/srem-in-other-bb.ll | 0 .../CodeGen/stack-overflow-in-load-hoisting.ll | 0 .../{Isl => }/CodeGen/stmt_split_no_dependence.ll | 0 .../CodeGen/switch-in-non-affine-region.ll | 0 .../CodeGen/synthesizable_phi_write_after_loop.ll | 0 .../CodeGen/test-invalid-operands-for-select-2.ll | 0 .../CodeGen/test-invalid-operands-for-select.ll | 0 polly/test/{Isl => }/CodeGen/test.ll | 0 .../CodeGen/two-loops-right-after-each-other-2.ll | 0 .../CodeGen/two-scops-in-row-invalidate-scevs.ll | 0 polly/test/{Isl => }/CodeGen/two-scops-in-row.ll | 0 .../{Isl => }/CodeGen/udiv_expansion_position.ll | 0 .../CodeGen/uninitialized_scalar_memory.ll | 0 .../CodeGen/unpredictable-loop-unsynthesizable.ll | 0 .../{Isl => }/CodeGen/variant_load_empty_domain.ll | 0 .../CodeGen/whole-scop-non-affine-subregion.ll | 0 .../OpenMP/multiple_loops_outer_parallel.ll | 0 .../OpenMP/nested_loop_both_parallel.ll | 0 .../OpenMP/nested_loop_both_parallel_parametric.ll | 0 .../OpenMP/nested_loop_inner_parallel.ll | 0 .../OpenMP/nested_loop_outer_parallel.ll | 0 .../OpenMP/single_loop_param_non_parallel.ll | 0 .../OpenMP/single_loop_param_parallel.ll | 0 .../single_loop_param_parallel_computeout.ll | 0 .../alias_checks_with_empty_context.ll | 0 .../test/{Isl/Ast => IstAstInfo}/alias_simple_1.ll | 0 .../test/{Isl/Ast => IstAstInfo}/alias_simple_2.ll | 0 .../test/{Isl/Ast => IstAstInfo}/alias_simple_3.ll | 0 .../aliasing_arrays_with_identical_base.ll | 0 .../aliasing_multiple_alias_groups.ll | 0 .../aliasing_parametric_simple_1.ll | 0 .../aliasing_parametric_simple_2.ll | 0 .../dependence_distance_constant.ll | 0 .../dependence_distance_minimal.ll | 0 .../dependence_distance_multiple_constant.ll | 0 .../dependence_distance_parametric.ll | 0 .../dependence_distance_parametric_expr.ll | 0 .../dependence_distance_varying.ll | 0 .../dependence_distance_varying_in_outer_loop.ll | 0 .../dependence_distance_varying_multiple.ll | 0 .../domain_bounded_only_with_context.ll | 0 .../{Isl/Ast => IstAstInfo}/non_affine_access.ll | 0 .../reduction_clauses_multidimensional_access.ll | 0 .../reduction_clauses_onedimensional_access.ll | 0 ..._dependences_equal_non_reduction_dependences.ll | 0 .../reduction_different_reduction_clauses.ll | 0 .../reduction_in_one_dimension.ll | 0 .../Ast => IstAstInfo}/reduction_loop_reversal.ll | 0 .../reduction_modulo_and_loop_reversal_schedule.ll | 0 ...eduction_modulo_and_loop_reversal_schedule_2.ll | 0 .../reduction_modulo_schedule.ll | 0 ...eduction_modulo_schedule_multiple_dimensions.ll | 0 ...uction_modulo_schedule_multiple_dimensions_2.ll | 0 ...uction_modulo_schedule_multiple_dimensions_3.ll | 0 ...uction_modulo_schedule_multiple_dimensions_4.ll | 0 ...uction_modulo_schedule_multiple_dimensions_5.ll | 0 .../reduction_multiple_dimensions.ll | 0 .../reduction_multiple_dimensions_2.ll | 0 .../reduction_multiple_dimensions_3.ll | 0 .../reduction_multiple_dimensions_4.ll | 0 .../rlr___%for.cond---%for.end10.jscop | 0 .../rmalrs2___%for.cond---%for.end10.jscop | 0 .../rmalrs___%for.cond---%for.end10.jscop | 0 .../rmd2___%for.cond---%for.end12.jscop | 0 .../rmd3___%for.cond---%for.end12.jscop | 0 .../rmd4___%for.cond---%for.end12.jscop | 0 .../rmd___%for.cond---%for.end12.jscop | 0 .../rms___%for.cond---%for.end10.jscop | 0 .../rmsmd2___%for.cond---%for.end6.jscop | 0 .../rmsmd3___%for.cond---%for.end6.jscop | 0 .../rmsmd4___%for.cond---%for.end6.jscop | 0 .../rmsmd5___%for.cond---%for.end6.jscop | 0 .../rmsmd___%for.cond---%for.end6.jscop | 0 .../{Isl/Ast => IstAstInfo}/run-time-condition.ll | 0 .../runtime_context_with_error_blocks.ll | 0 .../simple-run-time-condition.ll | 0 .../Ast => IstAstInfo}/single_loop_strip_mine.ll | 0 ...le_loop_strip_mine___%for.cond---%for.end.jscop | 0 .../single_loop_uint_max_iterations.ll | 0 .../single_loop_ull_max_iterations.ll | 0 .../ManualOptimization/distribute_heuristic.ll | 51 +++ .../distribute_illegal_looploc.ll | 109 +++++++ .../distribute_illegal_pragmaloc.ll | 111 +++++++ polly/test/{Isl => Support}/isl-args.ll | 0 683 files changed, 4675 insertions(+), 2763 deletions(-) delete mode 100644 libcxx/test/support/disable_missing_braces_warning.h create mode 100644 llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-opts-tup [...] create mode 100644 llvm/test/Transforms/InstCombine/strlen-3.ll create mode 100644 llvm/test/Transforms/JumpThreading/free_instructions.ll create mode 100644 llvm/test/Transforms/OpenMP/get_hardware_num_threads_in_block_f [...] create mode 100644 mlir/test/Dialect/SparseTensor/sparse_kernels.mlir create mode 100644 mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_reductions.mlir rename polly/test/{Isl => }/CodeGen/20100617.ll (100%) rename polly/test/{Isl => }/CodeGen/20100622.ll (100%) rename polly/test/{Isl => }/CodeGen/20100707.ll (100%) rename polly/test/{Isl => }/CodeGen/20100707_2.ll (100%) rename polly/test/{Isl => }/CodeGen/20100708.ll (100%) rename polly/test/{Isl => }/CodeGen/20100708_2.ll (100%) rename polly/test/{Isl => }/CodeGen/20100713.ll (100%) rename polly/test/{Isl => }/CodeGen/20100713_2.ll (100%) rename polly/test/{Isl => }/CodeGen/20100717.ll (100%) rename polly/test/{Isl => }/CodeGen/20100718-DomInfo-2.ll (100%) rename polly/test/{Isl => }/CodeGen/20100718-DomInfo.ll (100%) rename polly/test/{Isl => }/CodeGen/20100720-MultipleConditions.ll (100%) rename polly/test/{Isl => }/CodeGen/20100809-IndependentBlock.ll (100%) rename polly/test/{Isl => }/CodeGen/20100811-ScalarDependencyBetweenBrAndCnd.ll (100%) rename polly/test/{Isl => }/CodeGen/20101030-Overflow.ll (100%) rename polly/test/{Isl => }/CodeGen/20101103-Overflow3.ll (100%) rename polly/test/{Isl => }/CodeGen/20101103-signmissmatch.ll (100%) rename polly/test/{Isl => }/CodeGen/20110226-Ignore-Dead-Code.ll (100%) rename polly/test/{Isl => }/CodeGen/20110226-PHI-Node-removed.ll (100%) rename polly/test/{Isl => }/CodeGen/20120316-InvalidCast.ll (100%) rename polly/test/{Isl => }/CodeGen/20120403-RHS-type-mismatch.ll (100%) rename polly/test/{Isl => }/CodeGen/20130211-getNumberOfIterations.ll (100%) rename polly/test/{Isl => }/CodeGen/20130221.ll (100%) rename polly/test/{Isl => }/CodeGen/20150328-SCEVExpanderIntroducesNewIV.ll (100%) rename polly/test/{Isl => }/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll (100%) rename polly/test/{Isl => }/CodeGen/LoopParallelMD/loop_nest_param_parallel.ll (100%) rename polly/test/{Isl => }/CodeGen/LoopParallelMD/single_loop_param_parallel.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/bad_alignment.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/bad_alignment___%for.cond---%for.end [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_address_space.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_constant_offset.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_constant_offset___%for.cond- [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_constant_offset___%for.cond- [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple___%for.cond---%for.en [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple___%for.cond---%for.en [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple_float.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple_md.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for [...] rename polly/test/{Isl => }/CodeGen/MemAccess/codegen_simple_md_float.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/create_arrays.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/create_arrays___%bb9---%bb26.jscop (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/create_arrays___%bb9---%bb26.jscop.t [...] rename polly/test/{Isl => }/CodeGen/MemAccess/create_arrays_heap.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/create_arrays_heap___%for.cond1.preh [...] rename polly/test/{Isl => }/CodeGen/MemAccess/create_arrays_heap___%for.cond1.preh [...] rename polly/test/{Isl => }/CodeGen/MemAccess/default_aligned_new_access_function. [...] rename polly/test/{Isl => }/CodeGen/MemAccess/different_types.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/different_types___%bb2---%bb18.jscop (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/generate-all.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/invariant_base_ptr.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/invariant_base_ptr___%loop---%exit.j [...] rename polly/test/{Isl => }/CodeGen/MemAccess/map_scalar_access.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/map_scalar_access___%outer.for---%re [...] rename polly/test/{Isl => }/CodeGen/MemAccess/map_scalar_access___%outer.for---%re [...] rename polly/test/{Isl => }/CodeGen/MemAccess/multiple_types.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/multiple_types___%bb1---%bb22.jscop (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/simple.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/simple___%for.cond---%for.end.jscop (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/simple___%for.cond---%for.end.jscop. [...] rename polly/test/{Isl => }/CodeGen/MemAccess/simple___%for.cond---%for.end14.jsco [...] rename polly/test/{Isl => }/CodeGen/MemAccess/simple___%for.cond---%for.end14.jsco [...] rename polly/test/{Isl => }/CodeGen/MemAccess/simple___%for.cond4---%for.end14.jsc [...] rename polly/test/{Isl => }/CodeGen/MemAccess/simple___%for.cond4---%for.end14.jsc [...] rename polly/test/{Isl => }/CodeGen/MemAccess/simple_analyze.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/simple_stride___%for.cond---%for.end [...] rename polly/test/{Isl => }/CodeGen/MemAccess/simple_stride_test.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/update_access_functions.ll (100%) rename polly/test/{Isl => }/CodeGen/MemAccess/update_access_functions___%loop1---% [...] rename polly/test/{Isl => }/CodeGen/MemAccess/update_access_functions___%loop1---% [...] rename polly/test/{Isl => }/CodeGen/OpenMP/alias-metadata.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/invariant_base_pointer_preloaded.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/invariant_base_pointer_preloaded_differ [...] rename polly/test/{Isl => }/CodeGen/OpenMP/invariant_base_pointer_preloaded_pass_o [...] rename polly/test/{Isl => }/CodeGen/OpenMP/invariant_base_pointers_preloaded.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/loop-body-references-outer-iv.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/loop-body-references-outer-values-2.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/loop-body-references-outer-values-3.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/loop-body-references-outer-values.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/loop-bounds-reference-outer-ids.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/mapped-phi-access.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/matmul-parallel.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/new_multidim_access.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/new_multidim_access___%bb1---%bb17.jsco [...] rename polly/test/{Isl => }/CodeGen/OpenMP/recomputed-srem.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/reference-argument-from-non-affine-regi [...] rename polly/test/{Isl => }/CodeGen/OpenMP/reference-other-bb.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/reference-preceeding-loop.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/reference_latest.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/scev-rewriting.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/single_loop.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/single_loop_with_loop_invariant_baseptr [...] rename polly/test/{Isl => }/CodeGen/OpenMP/single_loop_with_param.ll (100%) rename polly/test/{Isl => }/CodeGen/OpenMP/single_parallel_loop___%for.i---%exit.j [...] rename polly/test/{Isl => }/CodeGen/OpenMP/two-parallel-loops-reference-outer-indv [...] rename polly/test/{Isl => }/CodeGen/PHIInExit.ll (100%) rename polly/test/{Isl => }/CodeGen/RuntimeDebugBuilder/combine_different_values.c (100%) rename polly/test/{Isl => }/CodeGen/RuntimeDebugBuilder/combine_different_values.l [...] rename polly/test/{Isl => }/CodeGen/RuntimeDebugBuilder/stmt_tracing.ll (100%) rename polly/test/{Isl => }/CodeGen/alias-check-multi-dim.ll (100%) rename polly/test/{Isl => }/CodeGen/alias_metadata_too_many_arrays.ll (100%) rename polly/test/{Isl => }/CodeGen/aliasing_different_base_and_access_type.ll (100%) rename polly/test/{Isl => }/CodeGen/aliasing_different_pointer_types.ll (100%) rename polly/test/{Isl => }/CodeGen/aliasing_multidimensional_access.ll (100%) rename polly/test/{Isl => }/CodeGen/aliasing_parametric_simple_1.ll (100%) rename polly/test/{Isl => }/CodeGen/aliasing_parametric_simple_2.ll (100%) rename polly/test/{Isl => }/CodeGen/aliasing_struct_element.ll (100%) rename polly/test/{Isl => }/CodeGen/alignment.ll (100%) rename polly/test/{Isl => }/CodeGen/annotated_alias_scopes.ll (100%) rename polly/test/{Isl => }/CodeGen/blas_sscal_simplified.ll (100%) rename polly/test/{Isl => }/CodeGen/conflict-between-loop-invariant-code-hosting-a [...] rename polly/test/{Isl => }/CodeGen/constant_condition.ll (100%) rename polly/test/{Isl => }/CodeGen/create-conditional-scop.ll (100%) rename polly/test/{Isl => }/CodeGen/dead_invariant_load_instruction_referenced_by_ [...] rename polly/test/{Isl => }/CodeGen/dead_invariant_load_instruction_referenced_by_ [...] rename polly/test/{Isl => }/CodeGen/debug-intrinsics.ll (100%) rename polly/test/{Isl => }/CodeGen/dominance_problem_after_early_codegen_bailout. [...] rename polly/test/{Isl => }/CodeGen/empty_domain_in_context.ll (100%) rename polly/test/{Isl => }/CodeGen/entry_with_trivial_phi.ll (100%) rename polly/test/{Isl => }/CodeGen/entry_with_trivial_phi_other_bb.ll (100%) rename polly/test/{Isl => }/CodeGen/error-stmt-in-non-affine-region.ll (100%) rename polly/test/{Isl => }/CodeGen/error_block_contains_invalid_memory_access.ll (100%) rename polly/test/{Isl => }/CodeGen/exprModDiv.ll (100%) rename polly/test/{Isl => }/CodeGen/exprModDiv___%for.cond---%for.end.jscop (100%) rename polly/test/{Isl => }/CodeGen/exprModDiv___%for.cond---%for.end.jscop.pow2 (100%) rename polly/test/{Isl => }/CodeGen/fortran_array_runtime_size_generation.ll (100%) rename polly/test/{Isl => }/CodeGen/getNumberOfIterations.ll (100%) rename polly/test/{Isl => }/CodeGen/hoisted_load_escapes_through_phi.ll (100%) rename polly/test/{Isl => }/CodeGen/hoisting_1.ll (100%) rename polly/test/{Isl => }/CodeGen/hoisting_2.ll (100%) rename polly/test/{Isl => }/CodeGen/if-conditions-in-vector-code.ll (100%) rename polly/test/{Isl => }/CodeGen/inner_scev_sdiv_1.ll (100%) rename polly/test/{Isl => }/CodeGen/inner_scev_sdiv_2.ll (100%) rename polly/test/{Isl => }/CodeGen/inner_scev_sdiv_3.ll (100%) rename polly/test/{Isl => }/CodeGen/inner_scev_sdiv_in_lb.ll (100%) rename polly/test/{Isl => }/CodeGen/inner_scev_sdiv_in_lb_invariant.ll (100%) rename polly/test/{Isl => }/CodeGen/inner_scev_sdiv_in_rtc.ll (100%) rename polly/test/{Isl => }/CodeGen/intrinsics_lifetime.ll (100%) rename polly/test/{Isl => }/CodeGen/intrinsics_misc.ll (100%) rename polly/test/{Isl => }/CodeGen/inv-load-lnt-crash-wrong-order-2.ll (100%) rename polly/test/{Isl => }/CodeGen/inv-load-lnt-crash-wrong-order-3.ll (100%) rename polly/test/{Isl => }/CodeGen/inv-load-lnt-crash-wrong-order.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant-load-dimension.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant-load-preload-base-pointer-origin-fir [...] rename polly/test/{Isl => }/CodeGen/invariant_cannot_handle_void.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_address_space.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_alias_metadata.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_base_pointer.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_base_pointer_conditional.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_base_pointer_conditional_2.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_canonicalize_array_baseptrs.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_condition.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_different_sized_types.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_escaping.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_escaping_second_scop.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_hoist_alignment.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_in_non_affine_subregion.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_loop_ub.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_not_executed_but_in_parameters. [...] rename polly/test/{Isl => }/CodeGen/invariant_load_outermost.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_parameters_cyclic_dependence.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_ptr_ptr_noalias.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_scalar_dep.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_load_scalar_escape_alloca_sharing.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_loads_from_struct_with_different_typ [...] rename polly/test/{Isl => }/CodeGen/invariant_loads_from_struct_with_different_typ [...] rename polly/test/{Isl => }/CodeGen/invariant_loads_ignore_parameter_bounds.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_verify_function_failed.ll (100%) rename polly/test/{Isl => }/CodeGen/invariant_verify_function_failed_2.ll (100%) rename polly/test/{Isl => }/CodeGen/large-numbers-in-boundary-context.ll (100%) rename polly/test/{Isl => }/CodeGen/load_subset_with_context.ll (100%) rename polly/test/{Isl => }/CodeGen/load_subset_with_context___%for.cond7.preheade [...] rename polly/test/{Isl => }/CodeGen/load_subset_with_context___%for.cond7.preheade [...] rename polly/test/{Isl => }/CodeGen/loop-invariant-load-type-mismatch.ll (100%) rename polly/test/{Isl => }/CodeGen/loop_with_condition.ll (100%) rename polly/test/{Isl => }/CodeGen/loop_with_condition_2.ll (100%) rename polly/test/{Isl => }/CodeGen/loop_with_condition_ineq.ll (100%) rename polly/test/{Isl => }/CodeGen/loop_with_condition_nested.ll (100%) rename polly/test/{Isl => }/CodeGen/loop_with_conditional_entry_edge_split_hard_ca [...] rename polly/test/{Isl => }/CodeGen/memcpy_annotations.ll (100%) rename polly/test/{Isl => }/CodeGen/multidim-non-matching-typesize-2.ll (100%) rename polly/test/{Isl => }/CodeGen/multidim-non-matching-typesize.ll (100%) rename polly/test/{Isl => }/CodeGen/multidim_2d_parametric_array_static_loop_bound [...] rename polly/test/{Isl => }/CodeGen/multidim_alias_check.ll (100%) rename polly/test/{Isl => }/CodeGen/multiple-codegens.ll (100%) rename polly/test/{Isl => }/CodeGen/multiple-scops-in-a-row.ll (100%) rename polly/test/{Isl => }/CodeGen/multiple-types-invariant-load-2.ll (100%) rename polly/test/{Isl => }/CodeGen/multiple-types-invariant-load.ll (100%) rename polly/test/{Isl => }/CodeGen/multiple_sai_fro_same_base_address.ll (100%) rename polly/test/{Isl => }/CodeGen/new_multidim_access___%bb1---%bb17.jscop (100%) rename polly/test/{Isl => }/CodeGen/no-overflow-tracking.ll (100%) rename polly/test/{Isl => }/CodeGen/no_guard_bb.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-dominance-generated-entering.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-exit-node-dominance.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-phi-node-expansion-2.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-phi-node-expansion-3.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-phi-node-expansion-4.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-phi-node-expansion.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-region-exit-phi-incoming-synthesize [...] rename polly/test/{Isl => }/CodeGen/non-affine-region-exit-phi-incoming-synthesize [...] rename polly/test/{Isl => }/CodeGen/non-affine-region-implicit-store.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-region-phi-references-in-scop-value [...] rename polly/test/{Isl => }/CodeGen/non-affine-subregion-dominance-reuse.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-switch.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-synthesized-in-branch.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-update.ll (100%) rename polly/test/{Isl => }/CodeGen/non-affine-update___%bb1---%bb15.jscop (100%) rename polly/test/{Isl => }/CodeGen/non-hoisted-load-needed-as-base-ptr.ll (100%) rename polly/test/{Isl => }/CodeGen/non_affine_float_compare.ll (100%) rename polly/test/{Isl => }/CodeGen/only_non_affine_error_region.ll (100%) rename polly/test/{Isl => }/CodeGen/openmp_limit_threads.ll (100%) rename polly/test/{Isl => }/CodeGen/out-of-scop-phi-node-use.ll (100%) rename polly/test/{Isl => }/CodeGen/param_div_div_div_2.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_array.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_array___%for---%return.jscop (100%) rename polly/test/{Isl => }/CodeGen/partial_write_array___%for---%return.jscop.tra [...] rename polly/test/{Isl => }/CodeGen/partial_write_emptyset.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_emptyset___%for---%return.jscop (100%) rename polly/test/{Isl => }/CodeGen/partial_write_emptyset___%for---%return.jscop. [...] rename polly/test/{Isl => }/CodeGen/partial_write_full_write_that_appears_partial. [...] rename polly/test/{Isl => }/CodeGen/partial_write_impossible_restriction.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_impossible_restriction___%for.bo [...] rename polly/test/{Isl => }/CodeGen/partial_write_impossible_restriction___%for.bo [...] rename polly/test/{Isl => }/CodeGen/partial_write_in_region.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_in_region___%bb1---%bb12.jscop (100%) rename polly/test/{Isl => }/CodeGen/partial_write_in_region___%bb1---%bb12.jscop.t [...] rename polly/test/{Isl => }/CodeGen/partial_write_in_region_with_loop.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_in_region_with_loop___%bb1---%bb [...] rename polly/test/{Isl => }/CodeGen/partial_write_in_region_with_loop___%bb1---%bb [...] rename polly/test/{Isl => }/CodeGen/partial_write_mapped_scalar.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_mapped_scalar___%for---%return.j [...] rename polly/test/{Isl => }/CodeGen/partial_write_mapped_scalar___%for---%return.j [...] rename polly/test/{Isl => }/CodeGen/partial_write_mapped_scalar_subregion.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_mapped_scalar_subregion___%for-- [...] rename polly/test/{Isl => }/CodeGen/partial_write_mapped_scalar_subregion___%for-- [...] rename polly/test/{Isl => }/CodeGen/partial_write_mapped_vector.ll (100%) rename polly/test/{Isl => }/CodeGen/partial_write_mapped_vector___%for---%return.j [...] rename polly/test/{Isl => }/CodeGen/partial_write_mapped_vector___%for---%return.j [...] rename polly/test/{Isl => }/CodeGen/perf_monitoring.ll (100%) rename polly/test/{Isl => }/CodeGen/perf_monitoring_cycles_per_scop.ll (100%) rename polly/test/{Isl => }/CodeGen/perf_monitoring_trip_counts_per_scop.ll (100%) rename polly/test/{Isl => }/CodeGen/phi-defined-before-scop.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_after_error_block_outside_of_scop.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_condition_modeling_1.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_condition_modeling_2.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_conditional_simple_1.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_in_exit_early_lnt_failure_1.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_in_exit_early_lnt_failure_2.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_in_exit_early_lnt_failure_3.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_in_exit_early_lnt_failure_5.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_loop_carried_float.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_loop_carried_float_escape.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_scalar_simple_1.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_scalar_simple_2.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_with_multi_exiting_edges_2.ll (100%) rename polly/test/{Isl => }/CodeGen/phi_with_one_exit_edge.ll (100%) rename polly/test/{Isl => }/CodeGen/pointer-type-expressions-2.ll (100%) rename polly/test/{Isl => }/CodeGen/pointer-type-expressions.ll (100%) rename polly/test/{Isl => }/CodeGen/pointer-type-pointer-type-comparison.ll (100%) rename polly/test/{Isl => }/CodeGen/pointer_rem.ll (100%) rename polly/test/{Isl => }/CodeGen/pr25241.ll (100%) rename polly/test/{Isl => }/CodeGen/ptrtoint_as_parameter.ll (100%) rename polly/test/{Isl => }/CodeGen/read-only-scalars.ll (100%) rename polly/test/{Isl => }/CodeGen/reduction.ll (100%) rename polly/test/{Isl => }/CodeGen/reduction_2.ll (100%) rename polly/test/{Isl => }/CodeGen/reduction_simple_binary.ll (100%) rename polly/test/{Isl => }/CodeGen/region-with-instructions.ll (100%) rename polly/test/{Isl => }/CodeGen/region_exiting-domtree.ll (100%) rename polly/test/{Isl => }/CodeGen/region_multiexit_partialwrite.ll (100%) rename polly/test/{Isl => }/CodeGen/region_multiexit_partialwrite___%bb3---%bb19.j [...] rename polly/test/{Isl => }/CodeGen/region_multiexit_partialwrite___%bb3---%bb19.j [...] rename polly/test/{Isl => }/CodeGen/run-time-condition-with-scev-parameters.ll (100%) rename polly/test/{Isl => }/CodeGen/run-time-condition.ll (100%) rename polly/test/{Isl => }/CodeGen/scalar-references-used-in-scop-compute.ll (100%) rename polly/test/{Isl => }/CodeGen/scalar-store-from-same-bb.ll (100%) rename polly/test/{Isl => }/CodeGen/scalar_codegen_crash.ll (100%) rename polly/test/{Isl => }/CodeGen/scev-backedgetaken.ll (100%) rename polly/test/{Isl => }/CodeGen/scev-division-invariant-load.ll (100%) rename polly/test/{Isl => }/CodeGen/scev.ll (100%) rename polly/test/{Isl => }/CodeGen/scev_expansion_in_nonaffine.ll (100%) rename polly/test/{Isl => }/CodeGen/scev_looking_through_bitcasts.ll (100%) rename polly/test/{Isl => }/CodeGen/scop_expander_insert_point.ll (100%) rename polly/test/{Isl => }/CodeGen/scop_expander_segfault.ll (100%) rename polly/test/{Isl => }/CodeGen/scop_never_executed_runtime_check_location.ll (100%) rename polly/test/{Isl => }/CodeGen/select-base-pointer.ll (100%) rename polly/test/{Isl => }/CodeGen/sequential_loops.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_loop_non_single_exit.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_loop_non_single_exit_2.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_non_single_entry.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_nonaffine_loop.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_assign_scalar.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_assign_scalar_2.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_call.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_call_2.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_cast.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_const.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_large_width.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_ptr_ptr_ty.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_stride_negative_one.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_stride_one.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_stride_x.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_strides_multidim.ll (100%) rename polly/test/{Isl => }/CodeGen/simple_vec_two_stmts.ll (100%) rename polly/test/{Isl => }/CodeGen/single_do_loop_int_max_iterations.ll (100%) rename polly/test/{Isl => }/CodeGen/single_do_loop_int_max_iterations___%do.body-- [...] rename polly/test/{Isl => }/CodeGen/single_do_loop_int_param_iterations.ll (100%) rename polly/test/{Isl => }/CodeGen/single_do_loop_ll_max_iterations.ll (100%) rename polly/test/{Isl => }/CodeGen/single_do_loop_one_iteration.ll (100%) rename polly/test/{Isl => }/CodeGen/single_do_loop_scev_replace.ll (100%) rename polly/test/{Isl => }/CodeGen/single_loop.ll (100%) rename polly/test/{Isl => }/CodeGen/single_loop_int_max_iterations.ll (100%) rename polly/test/{Isl => }/CodeGen/single_loop_ll_max_iterations.ll (100%) rename polly/test/{Isl => }/CodeGen/single_loop_one_iteration.ll (100%) rename polly/test/{Isl => }/CodeGen/single_loop_param.ll (100%) rename polly/test/{Isl => CodeGen}/single_loop_param_less_equal.ll (100%) rename polly/test/{Isl => CodeGen}/single_loop_param_less_than.ll (100%) rename polly/test/{Isl => }/CodeGen/single_loop_zero_iterations.ll (100%) rename polly/test/{Isl => }/CodeGen/split_edge_of_exit.ll (100%) rename polly/test/{Isl => }/CodeGen/split_edges.ll (100%) rename polly/test/{Isl => }/CodeGen/split_edges_2.ll (100%) rename polly/test/{Isl => }/CodeGen/srem-in-other-bb.ll (100%) rename polly/test/{Isl => }/CodeGen/stack-overflow-in-load-hoisting.ll (100%) rename polly/test/{Isl => }/CodeGen/stmt_split_no_dependence.ll (100%) rename polly/test/{Isl => }/CodeGen/switch-in-non-affine-region.ll (100%) rename polly/test/{Isl => }/CodeGen/synthesizable_phi_write_after_loop.ll (100%) rename polly/test/{Isl => }/CodeGen/test-invalid-operands-for-select-2.ll (100%) rename polly/test/{Isl => }/CodeGen/test-invalid-operands-for-select.ll (100%) rename polly/test/{Isl => }/CodeGen/test.ll (100%) rename polly/test/{Isl => }/CodeGen/two-loops-right-after-each-other-2.ll (100%) rename polly/test/{Isl => }/CodeGen/two-scops-in-row-invalidate-scevs.ll (100%) rename polly/test/{Isl => }/CodeGen/two-scops-in-row.ll (100%) rename polly/test/{Isl => }/CodeGen/udiv_expansion_position.ll (100%) rename polly/test/{Isl => }/CodeGen/uninitialized_scalar_memory.ll (100%) rename polly/test/{Isl => }/CodeGen/unpredictable-loop-unsynthesizable.ll (100%) rename polly/test/{Isl => }/CodeGen/variant_load_empty_domain.ll (100%) rename polly/test/{Isl => }/CodeGen/whole-scop-non-affine-subregion.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/multiple_loops_outer_parallel.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/nested_loop_both_parallel.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/nested_loop_both_parallel_paramet [...] rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/nested_loop_inner_parallel.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/nested_loop_outer_parallel.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/single_loop_param_non_parallel.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/single_loop_param_parallel.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/OpenMP/single_loop_param_parallel_comput [...] rename polly/test/{Isl/Ast => IstAstInfo}/alias_checks_with_empty_context.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/alias_simple_1.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/alias_simple_2.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/alias_simple_3.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/aliasing_arrays_with_identical_base.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/aliasing_multiple_alias_groups.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/aliasing_parametric_simple_1.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/aliasing_parametric_simple_2.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_constant.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_minimal.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_multiple_constant.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_parametric.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_parametric_expr.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_varying.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_varying_in_outer_loo [...] rename polly/test/{Isl/Ast => IstAstInfo}/dependence_distance_varying_multiple.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/domain_bounded_only_with_context.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/non_affine_access.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_clauses_multidimensional_acces [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_clauses_onedimensional_access. [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_dependences_equal_non_reductio [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_different_reduction_clauses.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_in_one_dimension.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_loop_reversal.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_and_loop_reversal_sched [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_and_loop_reversal_sched [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_schedule.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_schedule_multiple_dimen [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_schedule_multiple_dimen [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_schedule_multiple_dimen [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_schedule_multiple_dimen [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_modulo_schedule_multiple_dimen [...] rename polly/test/{Isl/Ast => IstAstInfo}/reduction_multiple_dimensions.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_multiple_dimensions_2.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_multiple_dimensions_3.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/reduction_multiple_dimensions_4.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rlr___%for.cond---%for.end10.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmalrs2___%for.cond---%for.end10.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmalrs___%for.cond---%for.end10.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmd2___%for.cond---%for.end12.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmd3___%for.cond---%for.end12.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmd4___%for.cond---%for.end12.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmd___%for.cond---%for.end12.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rms___%for.cond---%for.end10.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmsmd2___%for.cond---%for.end6.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmsmd3___%for.cond---%for.end6.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmsmd4___%for.cond---%for.end6.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmsmd5___%for.cond---%for.end6.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/rmsmd___%for.cond---%for.end6.jscop (100%) rename polly/test/{Isl/Ast => IstAstInfo}/run-time-condition.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/runtime_context_with_error_blocks.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/simple-run-time-condition.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/single_loop_strip_mine.ll (100%) rename polly/test/{Isl/Ast => IstAstInfo}/single_loop_strip_mine___%for.cond---%fo [...] rename polly/test/{Isl => IstAstInfo}/single_loop_uint_max_iterations.ll (100%) rename polly/test/{Isl => IstAstInfo}/single_loop_ull_max_iterations.ll (100%) create mode 100644 polly/test/ScheduleOptimizer/ManualOptimization/distribute_heur [...] create mode 100644 polly/test/ScheduleOptimizer/ManualOptimization/distribute_ille [...] create mode 100644 polly/test/ScheduleOptimizer/ManualOptimization/distribute_ille [...] rename polly/test/{Isl => Support}/isl-args.ll (100%)