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

Unified Diff: src/IceTargetLowering.h

Issue 1182603004: Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 5 years, 6 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 4d9598a2448b917379a42116f9665307e8034700..00beff4d5e41f15595883560cf8b47de003982e0 100644
--- a/src/IceTargetLowering.h
+++ b/src/IceTargetLowering.h
@@ -248,6 +248,7 @@ protected:
virtual void lowerStore(const InstStore *Inst) = 0;
virtual void lowerSwitch(const InstSwitch *Inst) = 0;
virtual void lowerUnreachable(const InstUnreachable *Inst) = 0;
+ virtual void lowerOther(const Inst *Instr);
virtual void doAddressOptLoad() {}
virtual void doAddressOptStore() {}

Powered by Google App Engine
This is Rietveld 408576698