[PATCH] D20585: [NVPTX] Don't (incorrectly) say that the NVVMReflect pass preserves all analyses.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 16:19:06 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL270790: [NVPTX] Don't (incorrectly) say that the NVVMReflect pass preserves all… (authored by jlebar).
Changed prior to commit:
http://reviews.llvm.org/D20585?vs=58280&id=58534#toc
Repository:
rL LLVM
http://reviews.llvm.org/D20585
Files:
llvm/trunk/lib/Target/NVPTX/NVVMReflect.cpp
Index: llvm/trunk/lib/Target/NVPTX/NVVMReflect.cpp
===================================================================
--- llvm/trunk/lib/Target/NVPTX/NVVMReflect.cpp
+++ llvm/trunk/lib/Target/NVPTX/NVVMReflect.cpp
@@ -62,9 +62,6 @@
setVarMap();
}
- void getAnalysisUsage(AnalysisUsage &AU) const override {
- AU.setPreservesAll();
- }
bool runOnFunction(Function &) override;
private:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20585.58534.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160525/5adbbc36/attachment.bin>
More information about the llvm-commits
mailing list