Skip to content

Commit 09b6373

Browse files
committed
Add TODOs
1 parent e7d1042 commit 09b6373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Analysis/DXILResource.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ DXILBindingMap::findByUse(const Value *Key) const {
780780

781781
switch (CI->getIntrinsicID()) {
782782
case Intrinsic::not_intrinsic:
783+
// TODO: Walk the call tree
783784
return Infos.end();
784785
case Intrinsic::dx_resource_handlefrombinding:
785786
return find(CI);
@@ -847,6 +848,7 @@ bool DXILResourceBindingWrapperPass::runOnModule(Module &M) {
847848
}
848849

849850
void DXILResourceBindingWrapperPass::releaseMemory() {
851+
// TODO: Can't comment out this code
850852
/*Map.reset();*/ }
851853

852854
void DXILResourceBindingWrapperPass::print(raw_ostream &OS,

0 commit comments

Comments
 (0)