Simplify IncStat IROP
commitbd6ff8c3fccfdf6c970b192b13425446e130560e
authorAlexey Toptygin <alexeyt@fb.com>
Sat, 23 Jun 2018 20:44:44 +0000 (23 13:44 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Sat, 23 Jun 2018 20:57:26 +0000 (23 13:57 -0700)
tree2de412c6f426a7bb6a697b794c7c2055d07b2975
parent46c499e0bb7181a33b86955b033a561ad1d32d2f
Simplify IncStat IROP

Summary: The IncStat IROP took an increment-by value and a force flag, but nothing ever used it with anything onther than 1 and false for those. Delete the unused parameters from the IROP and the code gen helper that it uses and some other irlowers also use directly.

Reviewed By: swtaarrs

Differential Revision: D8587686

fbshipit-source-id: 733763bdf8030d0ce2d354d4f147c02a96aaf3a3
hphp/doc/ir.specification
hphp/runtime/vm/jit/code-gen-helpers.cpp
hphp/runtime/vm/jit/code-gen-helpers.h
hphp/runtime/vm/jit/irgen-basic.cpp
hphp/runtime/vm/jit/irgen-basic.h
hphp/runtime/vm/jit/irgen-call.cpp
hphp/runtime/vm/jit/irlower-intrinsic.cpp
hphp/runtime/vm/jit/print.cpp
hphp/runtime/vm/jit/translator.cpp