Introducing a Prototype object to capture Variables that must be set but keeps degrees of freedom as Invalid. This allows exploring non constraint variables later on.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/llvm-exegesis/lib/MCInstrDescView.cpp | ||
---|---|---|
131 ↗ | (On Diff #151868) | ? |
tools/llvm-exegesis/lib/MCInstrDescView.h | ||
91 ↗ | (On Diff #151868) | [nit] noexcept |
91 ↗ | (On Diff #151868) | class InstructionInstance { InstructionInstance(InstructionInstance&&) noexcept; }; inline InstructionInstance::InstructionInstance(InstructionInstance&&) noexcept = default; To force the compiler to actually generate the code. |
103 ↗ | (On Diff #151868) | Did you want to add this is a separate patch ? It's not called and not implemented. |
121 ↗ | (On Diff #151868) | ditto |