v8/tools/zone-stats
Hao Xu 024e5fb4fa [CSA][codegen] Add BitcastElision Phase
Turbofan generates bitcast nodes like BitcastWordToTaggedSigned to
ensure the value types of definitions and uses are matched. These
nodes can be elided after MachineGraphVerifier verifying the graph.
This can avoid generating redundant instructions:

Before:
  xorl r15,r15
  cmpl [rdx+0xb],r15

After:
  cmpl [rdx+0xb],0x0

Change-Id: I84bc1b05d77ed9487001e34a93dfe14e45a7a678
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3837161
Commit-Queue: Hao A Xu <hao.a.xu@intel.com>
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#83811}
2022-10-20 02:29:57 +00:00
..
categories.js [CSA][codegen] Add BitcastElision Phase 2022-10-20 02:29:57 +00:00
details-selection-template.html
details-selection.js [zone-stats] Show all zones in a filter 2020-09-09 16:16:11 +00:00
global-timeline-template.html
global-timeline.js [zone-stats] Show all zones in a filter 2020-09-09 16:16:11 +00:00
helper.js
index.html [tools] Add placeholder comment for analytics code 2022-08-22 12:41:18 +00:00
model.js
trace-file-reader-template.html
trace-file-reader.js