Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: src/IceInst.h

Issue 1169493002: Subzero: Improve/refactor folding loads into the next instruction. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/IceInst.h
diff --git a/src/IceInst.h b/src/IceInst.h
index b3a4a6d8307ff8069ff6a1b8a2a06f652780b569..948c5db53184c478ff0dfdf08a2ef4bb7578f4e9 100644
--- a/src/IceInst.h
+++ b/src/IceInst.h
@@ -102,6 +102,7 @@ public:
}
bool isLastUse(const Operand *Src) const;
+ void spliceLivenessInfo(Inst *OrigInst, Inst *SpliceAssn);
// Returns a list of out-edges corresponding to a terminator
// instruction, which is the last instruction of the block.
« no previous file with comments | « src/IceELFObjectWriter.cpp ('k') | src/IceInst.cpp » ('j') | src/IceTargetLoweringX8632.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698