This allows accessing an analysis pass during lowering.
As asked about here: http://lists.llvm.org/pipermail/llvm-dev/2017-June/114067.html
Paths
| Differential D34484
DAG: Provide access to Pass instance from SelectionDAG ClosedPublic Authored by arsenm on Jun 21 2017, 4:15 PM.
Details Summary This allows accessing an analysis pass during lowering. As asked about here: http://lists.llvm.org/pipermail/llvm-dev/2017-June/114067.html
Diff Detail Event Timelinearsenm added a child revision: D35389: AMDGPU: Add analysis pass for function argument info.Jul 13 2017, 3:09 PM arsenm added a child revision: D35390: AMDGPU: Pass special input registers to functions.Jul 13 2017, 3:13 PM Comment Actions
It does not look like there was any response to that message. I'll respond there. This revision is now accepted and ready to land.Aug 1 2017, 10:08 AM
Revision Contents
Diff 103486 include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
|