Skip to content

intel/fs: Add basic register coalesce unit tests

Adds basic infrastructure for fs register coalescing tests, and 2 first tests:

  • 'basic' test
  • 'cmod' test: A MOV instruction with a conditional modifier should not be deleted (see commit e581ddee, #2820 (closed))

Closes: #2861

Merge request reports