[PATCH] D41952: Clang test changes for 'no-overflow' flag for sdiv\udiv instructions

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 11 09:55:08 PST 2018


erichkeane created this revision.
erichkeane added reviewers: magabari, zvi, craig.topper, DavidKreitzer, hsaito, nlopes, reames, MatzeB, eli.friedman, rengolin, hfinkel.
Herald added subscribers: kbarton, nemanjai.

See: https://reviews.llvm.org/D41944
These are the Clang CodeGen test changes required for
the no-overflow flag.

See RFC discussion here: https://groups.google.com/forum/#!msg/llvm-dev/eFtnCwpMMhs/eAHQj8rJCAAJ;context-place=searchin/llvm-dev/magabari%7Csort:date


Repository:
  rC Clang

https://reviews.llvm.org/D41952

Files:
  test/CodeGen/atomic_ops.c
  test/CodeGen/builtins-ppc-altivec.c
  test/CodeGen/builtins-ppc-vsx.c
  test/CodeGen/compound-type.c
  test/CodeGen/exceptions-seh.c
  test/CodeGen/ext-vector.c
  test/CodeGen/sanitize-trap.c
  test/CodeGen/ubsan-pass-object-size.c
  test/CodeGen/vla.c
  test/CodeGen/zvector.c
  test/CodeGenCXX/vla.cpp
  test/OpenMP/atomic_capture_codegen.cpp
  test/OpenMP/atomic_update_codegen.cpp
  test/OpenMP/declare_reduction_codegen.cpp
  test/OpenMP/for_lastprivate_codegen.cpp
  test/OpenMP/for_linear_codegen.cpp
  test/OpenMP/for_reduction_codegen.cpp
  test/OpenMP/for_reduction_codegen_UDR.cpp
  test/OpenMP/for_simd_codegen.cpp
  test/OpenMP/loops_explicit_clauses_codegen.cpp
  test/OpenMP/nvptx_teams_reduction_codegen.cpp
  test/OpenMP/parallel_firstprivate_codegen.cpp
  test/OpenMP/parallel_for_simd_codegen.cpp
  test/OpenMP/parallel_private_codegen.cpp
  test/OpenMP/parallel_reduction_codegen.cpp
  test/OpenMP/simd_codegen.cpp
  test/OpenMP/single_codegen.cpp
  test/OpenMP/taskgroup_task_reduction_codegen.cpp
  test/OpenMP/taskloop_reduction_codegen.cpp
  test/OpenMP/taskloop_simd_reduction_codegen.cpp
  test/OpenMP/teams_private_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41952.129467.patch
Type: text/x-patch
Size: 59255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180111/f3fa5e22/attachment-0001.bin>


More information about the cfe-commits mailing list