|
|
|
|
|
by CalChris
3495 days ago
|
|
> In this case, when they say LLVM is verified, they mean that they designed a formal correspondence between the (1) semantics of the LLVM virtual machine language and (2) the actual execution of the underlying CPU (in this case, modeled using actual assembly language). I don't think that's accurate. Vellvm is verifying transformations of IR rather than executions on any given CPU. |
|