Current way of implementation in BaseMemOpsClusterMutation::apply is a little bit obscure. We can directly use a map from store chain ID to set of memory instrs to make it simpler, so that future improvements (there's indeed some) are easier to read, update and review.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: pass. 61168 tests passed, 0 failed and 728 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Comment Actions
I like this patch, as it really takes me a while to understand what it is before your patch.