[PATCH] D48464: [x86] Teach the builtin argument range check to allow invalid ranges in dead code.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 16:50:47 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC335309: [x86] Teach the builtin argument range check to allow invalid ranges in (authored by chandlerc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48464?vs=152404&id=152411#toc

Repository:
  rC Clang

https://reviews.llvm.org/D48464

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  lib/Sema/SemaChecking.cpp
  test/CodeGen/builtins-mips-args.c
  test/CodeGen/builtins-systemz-vector-error.c
  test/CodeGen/builtins-systemz-vector2-error.c
  test/CodeGen/builtins-systemz-zvector-error.c
  test/CodeGen/builtins-systemz-zvector2-error.c
  test/CodeGen/hexagon-check-builtins.c
  test/Sema/aarch64-neon-fp16-ranges.c
  test/Sema/aarch64-neon-ranges.c
  test/Sema/arm-neon-types.c
  test/Sema/builtin-object-size.c
  test/Sema/builtin-prefetch.c
  test/Sema/builtins-arm.c
  test/Sema/builtins-arm64.c
  test/Sema/builtins-ppc.c
  test/Sema/builtins-x86.c
  test/Sema/builtins-x86.cpp
  test/SemaCXX/neon-vector-types.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48464.152411.patch
Type: text/x-patch
Size: 85053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180621/a7561c23/attachment.bin>


More information about the llvm-commits mailing list