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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D18615
[NVPTX] Make NVVMReflect a function pass. ClosedPublic Authored by jlebar on Mar 30 2016, 11:55 AM.
Details Summary Currently it's a module pass. Make it a function pass so that we can
Diff Detail
Event Timelinejlebar updated this object. rnk edited edge metadata. Comment Actionslgtm
This revision is now accepted and ready to land.Mar 30 2016, 12:02 PM Closed by commit rL264919: [NVPTX] Make NVVMReflect a function pass. (authored by jlebar). · Explain WhyMar 30 2016, 1:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 52116 llvm/trunk/docs/NVPTXUsage.rst
llvm/trunk/lib/Target/NVPTX/NVPTX.h
llvm/trunk/lib/Target/NVPTX/NVVMReflect.cpp
|