Previous design was relying on the 'mutate' keyword and was quite confusing. This version separate mutable from immutable data and makes it clearer what changes and what doesn't.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | ||
---|---|---|
66 ↗ | (On Diff #151127) | ASSERT_THAT, since you're taking the front below. |
87 ↗ | (On Diff #151127) | ditto |
115 ↗ | (On Diff #151127) | ditto |
125 ↗ | (On Diff #151127) | should you be testing that ? this is randomized. |
157 ↗ | (On Diff #151127) | ditto |
174 ↗ | (On Diff #151127) | ditto |
192 ↗ | (On Diff #151127) | ditto |
193 ↗ | (On Diff #151127) | Same here: any ordering would be OK. |
228 ↗ | (On Diff #151127) | ditto |
232 ↗ | (On Diff #151127) | i don;t think you shoul dbe testing the exact assignment |