Skip to content

Testbench#171

Merged
YanzhouTang merged 3 commits intomainfrom
testbench
Oct 22, 2025
Merged

Testbench#171
YanzhouTang merged 3 commits intomainfrom
testbench

Conversation

@n0thingNoob
Copy link
Copy Markdown
Collaborator

Add -o3 to the histogram test.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the histogram test to use -O3 optimization level and enhances the pass pipeline with additional optimization passes. The change addresses a previous issue with higher optimization levels by adding specific flags to disable vectorization and loop unrolling.

Key changes:

  • Compilation flags updated from -O2 to -O3 with vectorization and loop unrolling disabled
  • Pass pipeline reorganized with --promote-func-arg-to-const and --fold-constant moved earlier and duplicated
  • Architecture spec path simplified to use relative path
  • Expected output patterns updated to reflect the new compilation results

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@YanzhouTang YanzhouTang merged commit e7ec532 into main Oct 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants