Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !3928

i#2985 drx_expand_scatter_gather(): Add a test for the clobbered mask register state.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i2985-add-test-mask-clobber into master Nov 08, 2019
  • Overview 37
  • Commits 12
  • Pipelines 0
  • Changes 5

Adds a test to check for the correct state of the clobbered mask register if an asynchronous event hits the sequence within the small window that clobbers it. Note that the restore event is not implemented yet, and the test is currently correctly reporting an error.

A future patch that will add support for restoring the mask register will also include an update to this test.

Minor refactoring of the test to use drmgr_register_bb_instrumentation_ex_event() instead of drmgr_register_bb_instrumentation_event().

Adds some missing AVX512F and AVX ifdefs.

Issue: #2985 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i2985-add-test-mask-clobber