[PATCH] D36707: [CodeGen]Refactor CpuSupports/CPUIs Builtin Code Gen to better work with "target" implementation

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 11:43:56 PDT 2017


erichkeane updated this revision to Diff 113291.
erichkeane added a comment.
This revision is now accepted and ready to land.

I figured out that combining the CpuSupports items via an array is a REALLY useful function for dispatch.  I've got most of gcc's target implemented, so I believe that this is sufficient for that purpose.

Thanks in advance for the reviews :)


https://reviews.llvm.org/D36707

Files:
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CodeGenFunction.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36707.113291.patch
Type: text/x-patch
Size: 7448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170830/47d7b12b/attachment.bin>


More information about the cfe-commits mailing list