[PATCH] compile time improvement for MachineSink
Daniel Berlin
dberlin at dberlin.org
Wed May 13 18:11:40 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: lib/CodeGen/MachineSink.cpp:300
@@ +299,3 @@
+ }
+ RegsToClearKillFlags.clear();
+
----------------
```
for (auto Reg : RegsToClearKillFlags)
MRI->clearKillFlags(Reg);
RegsToClearKillFlags.clear()
```
http://reviews.llvm.org/D9719
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list