OSDN Git Service

Subzero: Don't bother printing stack/frame ptr as part of LiveIn/LiveOut.
authorJim Stichnoth <stichnot@chromium.org>
Fri, 9 Oct 2015 13:54:02 +0000 (06:54 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Fri, 9 Oct 2015 13:54:02 +0000 (06:54 -0700)
commite74187190924104542649aecbef4795642b8140c
tree7a2c4b722daeace6a91b4a6b610bcaa5fceb4609
parent485d0773c9fd0605cc126e7e9020464a89ade564
Subzero: Don't bother printing stack/frame ptr as part of LiveIn/LiveOut.

The LiveIn and LiveOut register sets are printed for each basic block in -asm-verbose mode.  These sets would generally include the stack and/or frame pointer registers, which is just noise, so we suppress that.

BUG= none
R=jpp@chromium.org

Review URL: https://codereview.chromium.org/1399523003 .
src/IceCfgNode.cpp
src/IceTargetLowering.h
src/IceTargetLoweringARM32.h
src/IceTargetLoweringMIPS32.h
src/IceTargetLoweringX86Base.h