]> granicus.if.org Git - llvm/commit
DAG: Provide access to Pass instance from SelectionDAG
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 3 Aug 2017 21:54:00 +0000 (21:54 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 3 Aug 2017 21:54:00 +0000 (21:54 +0000)
commit4bcb1039534773c3463698c63e142678749a439a
tree98bd9de7eeae3a91b4bf706946c7e1d7e77c5e28
parentf6eeaf64bbdc80027309f5b8b827c9b36c3fe4b9
DAG: Provide access to Pass instance from SelectionDAG

This allows accessing an analysis pass during lowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309991 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp