[PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 10:42:08 PDT 2016
jingyue abandoned this revision.
jingyue added a comment.
It doesn't work with the new alias analysis infrastructure.
I didn't manage to find a way to run it with `opt`. The new AliasAnalysis needs to know and populate all potential alias analyses in a target-independent phase. However, NVPTXAliasAnalysis is target-dependent and not even visible to AliasAnalysis (e.g. compiling LLVM with NVPTX disabled).
http://reviews.llvm.org/D12414
More information about the llvm-commits
mailing list