[PATCH] D45225: [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 subscribers: javed.absar, mehdi_amini.

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/D45225

Files:
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Attributes.td
  include/llvm/IR/Function.h
  include/llvm/IR/Module.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/Attributes.cpp
  lib/IR/Module.cpp
  lib/IR/Verifier.cpp
  lib/LTO/LTO.cpp
  lib/Transforms/Utils/CodeExtractor.cpp
  tools/llvm-lto2/llvm-lto2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45225.140845.patch
Type: text/x-patch
Size: 14588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/4f8d12f5/attachment.bin>


More information about the llvm-commits mailing list