[PATCH] D89240: Add initial infra to convert annotations to MD and display summary remarks (WIP)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 10:13:23 PST 2020


fhahn updated this revision to Diff 303918.
fhahn added a comment.
Herald added subscribers: nikic, kerbowa, steven_wu, nhaehnle, jvesely.

Address most of Francis' comments, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89240

Files:
  llvm/include/llvm/IR/Instruction.h
  llvm/include/llvm/IR/MDBuilder.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/IPO.h
  llvm/include/llvm/Transforms/Scalar.h
  llvm/lib/IR/Instruction.cpp
  llvm/lib/IR/MDBuilder.cpp
  llvm/lib/Transforms/IPO/Annotation2Metadata.cpp
  llvm/lib/Transforms/IPO/CMakeLists.txt
  llvm/lib/Transforms/IPO/IPO.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp
  llvm/lib/Transforms/Scalar/CMakeLists.txt
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
  llvm/test/Other/opt-LTO-pipeline.ll
  llvm/test/Other/opt-O0-pipeline.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline-enable-matrix.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll
  llvm/test/Transforms/Util/annotation-remarks.ll
  llvm/test/Transforms/Util/annotations2metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89240.303918.patch
Type: text/x-patch
Size: 27508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201109/562e5e60/attachment-0001.bin>


More information about the llvm-commits mailing list