[PATCH] D45226: [WIP] Add IR function attributes to represent codegen optimization level

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 12:45:53 PDT 2018


mcrosier created this revision.
mcrosier added reviewers: llvm-commits, chandlerc, espindola, hfinkel.
Herald added a subscriber: javed.absar.

This patch is being posted along with the following RFC:

[RFC] Adding function attributes to represent codegen optimization level

This patch is a WIP and not necessarily something that is ready for review.  As such, please direct your comments to the RFC rather than here.

Chad


https://reviews.llvm.org/D45226

Files:
  include/clang/Basic/Attr.td
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CodeGenModule.cpp
  test/CodeGen/aarch64-neon-2velem.c
  test/CodeGen/function-attributes-opt-level.c
  test/CodeGen/function-attributes.c
  test/CodeGen/ms-declspecs.c
  test/CodeGenCXX/thunks.cpp
  test/CodeGenObjC/arc-no-arc-exceptions.m
  test/CodeGenOpenCL/convergent.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45226.140846.patch
Type: text/x-patch
Size: 12439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/f3f07307/attachment.bin>


More information about the llvm-commits mailing list