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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D52982
[llvm-exegesis][NFC] Use accessors for Operand. ClosedPublic Authored by gchatelet on Oct 8 2018, 6:18 AM.
Details Summary This moves checking logic into the accessors and makes the structure smaller.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, courbet, tschuett. · View Herald TranscriptOct 8 2018, 6:18 AM This revision is now accepted and ready to land.Oct 9 2018, 1:56 AM Closed by commit rL344028: [llvm-exegesis][NFC] Use accessors for Operand. (authored by gchatelet). · Explain WhyOct 9 2018, 2:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 168765 llvm/trunk/tools/llvm-exegesis/lib/CodeTemplate.cpp
llvm/trunk/tools/llvm-exegesis/lib/MCInstrDescView.h
llvm/trunk/tools/llvm-exegesis/lib/MCInstrDescView.cpp
llvm/trunk/tools/llvm-exegesis/lib/SnippetGenerator.cpp
llvm/trunk/tools/llvm-exegesis/lib/Uops.cpp
llvm/trunk/tools/llvm-exegesis/lib/X86/Target.cpp
|