diff options
| author | Tor Aamodt <[email protected]> | 2012-07-18 13:10:00 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:33 -0700 |
| commit | 896e5c9a34e1b1230a67fb714d8290cd6f7f979b (patch) | |
| tree | 801c1e79f99388d9715f82992550eeba49f516cb /src/cuda-sim/ptx_ir.h | |
| parent | 9d4be38c4ef49b344e539bcd1f4ec1273d1d7759 (diff) | |
- print out instructions at branch divergence/reconvergence points (more informative)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13399]
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 1c945d7..737a610 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -747,6 +747,8 @@ struct basic_block_t { struct gpgpu_recon_t { address_type source_pc; address_type target_pc; + class ptx_instruction* source_inst; + class ptx_instruction* target_inst; }; class ptx_instruction : public warp_inst_t { |
