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

Unified Diff: src/IceTargetLowering.h

Issue 1127963004: Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: clang-format 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/IceTargetLowering.h
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
index 50035747cbf33b652bdeb789994b3478a1fec785..35d52a50a95f3a1cbc080cbc13f47a039e94b780 100644
--- a/src/IceTargetLowering.h
+++ b/src/IceTargetLowering.h
@@ -254,6 +254,10 @@ protected:
// expansion before returning.
virtual void postLower() {}
+ // Find two-address non-SSA instructions and set the DestNonKillable flag
+ // to keep liveness analysis consisten.
+ void inferTwoAddress();
+
// Make a call to an external helper function.
InstCall *makeHelperCall(const IceString &Name, Variable *Dest,
SizeT MaxSrcs);

Powered by Google App Engine
This is Rietveld 408576698