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
- Build Status
- Buildable 19468 - Build 19468: arc lint + arc unit 
Event Timeline
| tools/llvm-exegesis/lib/MCInstrDescView.cpp | ||
|---|---|---|
| 137 | ? | |
| tools/llvm-exegesis/lib/MCInstrDescView.h | ||
| 91 | [nit] noexcept | |
| 91 | class InstructionInstance { InstructionInstance(InstructionInstance&&) noexcept; }; inline InstructionInstance::InstructionInstance(InstructionInstance&&) noexcept = default; To force the compiler to actually generate the code. | |
| 103 | Did you want to add this is a separate patch ? It's not called and not implemented. | |
| 119 | ditto | |
[nit] noexcept