This is a step towards implementing memory operands and X87.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| tools/llvm-exegesis/lib/Target.cpp | ||
|---|---|---|
| 30 ↗ | (On Diff #151473) | "Target has already been registered" |
| tools/llvm-exegesis/lib/Uops.cpp | ||
| 87 ↗ | (On Diff #151473) | Is the code to generate the memory Operands in? |
| tools/llvm-exegesis/llvm-exegesis.cpp | ||
| 122 ↗ | (On Diff #151473) | You shouldn't need the guard. |
| unittests/tools/llvm-exegesis/X86/TargetTest.cpp | ||
| 21 ↗ | (On Diff #151473) | EXPECT_THAT(..., NotNull()) ? |