[PATCH] D18615: [NVPTX] Make NVVMReflect a function pass.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 11:55:02 PDT 2016


jlebar created this revision.
jlebar added a reviewer: rnk.
jlebar added subscribers: llvm-commits, tra.
Herald added a subscriber: jholewinski.

Currently it's a module pass.  Make it a function pass so that we can
move it to PassManagerBuilder's EP_EarlyAsPossible extension point,
which only accepts function passes.

http://reviews.llvm.org/D18615

Files:
  docs/NVPTXUsage.rst
  lib/Target/NVPTX/NVPTX.h
  lib/Target/NVPTX/NVVMReflect.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18615.52098.patch
Type: text/x-patch
Size: 10824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/b32cb7a5/attachment.bin>


More information about the llvm-commits mailing list