[PATCH] D52982: [llvm-exegesis][NFC] Use accessors for Operand.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 8 06:18:48 PDT 2018


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

This moves checking logic into the accessors and makes the structure smaller.
It will also help when/if Operand are generated from the TD files.


Repository:
  rL LLVM

https://reviews.llvm.org/D52982

Files:
  tools/llvm-exegesis/lib/CodeTemplate.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.h
  tools/llvm-exegesis/lib/SnippetGenerator.cpp
  tools/llvm-exegesis/lib/Uops.cpp
  tools/llvm-exegesis/lib/X86/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52982.168651.patch
Type: text/x-patch
Size: 16852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181008/fb709696/attachment.bin>


More information about the llvm-commits mailing list