[PATCH] D48020: [llvm-exegesis] Cleaner design without mutable data.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 05:55:57 PDT 2018


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, tschuett.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D48020

Files:
  tools/llvm-exegesis/lib/Latency.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.h
  tools/llvm-exegesis/lib/Uops.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48020.150729.patch
Type: text/x-patch
Size: 18640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180611/2fa90254/attachment.bin>


More information about the llvm-commits mailing list