[PATCH] D82562: Implement AVX ABI Warning/error

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 07:31:30 PDT 2020


erichkeane updated this revision to Diff 274106.
erichkeane marked 6 inline comments as done.
erichkeane added a comment.

Do all feedback as @craig.topper recommended.

Instead of using 'find', I was able to use 'lookup' on the map, which seemed to be exactly what I want.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82562/new/

https://reviews.llvm.org/D82562

Files:
  clang/include/clang/Basic/DiagnosticFrontendKinds.td
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/CodeGen/TargetInfo.h
  clang/test/CodeGen/target-avx-abi-diag.c
  clang/test/CodeGen/target-builtin-error-3.c
  clang/test/CodeGen/target-builtin-noerror.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82562.274106.patch
Type: text/x-patch
Size: 13305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200629/ba8a1554/attachment-0001.bin>


More information about the cfe-commits mailing list