[PATCH] D15722: [WIP][Polly] SSA Codegen

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 02:35:30 PST 2016


jdoerfert updated this revision to Diff 44103.
jdoerfert added a comment.

Actually add test cases and remove left-over debug messages


http://reviews.llvm.org/D15722

Files:
  include/polly/CodeGen/BlockGenerators.h
  include/polly/CodeGen/IslNodeBuilder.h
  include/polly/Support/ScopHelper.h
  lib/CodeGen/BlockGenerators.cpp
  lib/CodeGen/CodeGeneration.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/Support/ScopHelper.cpp
  test/Isl/CodeGen/MemAccess/update_access_functions.ll
  test/Isl/CodeGen/OpenMP/invariant_base_pointer_preloaded_different_bb.ll
  test/Isl/CodeGen/OpenMP/single_loop_with_param.ll
  test/Isl/CodeGen/entry_with_trivial_phi_other_bb.ll
  test/Isl/CodeGen/invariant_load_escaping.ll
  test/Isl/CodeGen/invariant_load_scalar_escape_alloca_sharing.ll
  test/Isl/CodeGen/large-numbers-in-boundary-context.ll
  test/Isl/CodeGen/non-affine-dominance-generated-entering.ll
  test/Isl/CodeGen/non-affine-exit-node-dominance.ll
  test/Isl/CodeGen/non-affine-phi-node-expansion-2.ll
  test/Isl/CodeGen/non-affine-phi-node-expansion-3.ll
  test/Isl/CodeGen/non-affine-phi-node-expansion-4.ll
  test/Isl/CodeGen/non-affine-region-exit-phi-incoming-synthesize.ll
  test/Isl/CodeGen/non-affine-region-implicit-store.ll
  test/Isl/CodeGen/non-affine-synthesized-in-branch.ll
  test/Isl/CodeGen/non_affine_float_compare.ll
  test/Isl/CodeGen/out-of-scop-phi-node-use.ll
  test/Isl/CodeGen/phi-defined-before-scop.ll
  test/Isl/CodeGen/phi-in-non-affine-subregion-entry.ll
  test/Isl/CodeGen/phi_condition_modeling_1.ll
  test/Isl/CodeGen/phi_condition_modeling_2.ll
  test/Isl/CodeGen/phi_conditional_simple_1.ll
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_2.ll
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_3.ll
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_5.ll
  test/Isl/CodeGen/phi_loop_carried_float.ll
  test/Isl/CodeGen/phi_loop_carried_float_2.ll
  test/Isl/CodeGen/phi_loop_carried_float_3.ll
  test/Isl/CodeGen/phi_loop_carried_float_4.ll
  test/Isl/CodeGen/phi_loop_carried_float_5.ll
  test/Isl/CodeGen/phi_loop_carried_float_6.ll
  test/Isl/CodeGen/phi_loop_carried_float_escape.ll
  test/Isl/CodeGen/phi_scalar_simple_1.ll
  test/Isl/CodeGen/phi_scalar_simple_2.ll
  test/Isl/CodeGen/phi_with_multi_exiting_edges_2.ll
  test/Isl/CodeGen/phi_with_one_exit_edge.ll
  test/Isl/CodeGen/pr25241.ll
  test/Isl/CodeGen/read-only-scalars.ll
  test/Isl/CodeGen/scalar-dependence-reverse-text-order-two-uses.ll
  test/Isl/CodeGen/scalar-dependence-reverse-text-order.ll
  test/Isl/CodeGen/scalar-store-from-same-bb.ll
  test/Isl/CodeGen/sdrto___%loopA---%exit.jscop
  test/Isl/CodeGen/sdrtotu___%loopA---%exit.jscop
  test/Isl/CodeGen/simple_vec_call.ll
  test/Isl/CodeGen/simple_vec_stride_one.ll
  test/Isl/CodeGen/srem-in-other-bb.ll
  test/Isl/CodeGen/uninitialized_scalar_memory.ll
  test/ScopInfo/invariant_load_access_classes_different_base_type.ll
  test/ScopInfo/invariant_load_access_classes_different_base_type_escaping.ll
  test/ScopInfo/invariant_load_access_classes_different_base_type_same_pointer.ll
  test/ScopInfo/invariant_load_access_classes_different_base_type_same_pointer_escaping.ll
  test/ScopInfo/invariant_load_zext_parameter.ll
  test/ScopInfo/out-of-scop-use-in-region-entry-phi-node-nonaffine-subregion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15722.44103.patch
Type: text/x-patch
Size: 155056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160106/aaa4e6df/attachment.bin>


More information about the llvm-commits mailing list