qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit ddd4f43a391ddbdaab747cbeb749a52b277236c7
parent 993ca957ef56fefbb604aceb50d65fc880f63882
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Thu, 24 Mar 2016 13:34:50 -0400

change IR to IL

Diffstat:
Mdoc/llvm.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/llvm.txt b/doc/llvm.txt @@ -66,7 +66,7 @@ are a few things provided in QBE to consider. Moreover the ABI implementation in QBE has been thoroughly tested by fuzzing and manual tests. - * LLVM IR is more cluttered with memory operations. + * LLVM IL is more cluttered with memory operations. Implementing SSA construction is hard. To save its users from having to implement it, LLVM provides @@ -82,7 +82,7 @@ are a few things provided in QBE to consider. the IL by three makes it easier for the frontend writers to spot bugs in the generated code. - * LLVM IR is more cluttered with type annotations and + * LLVM IL is more cluttered with type annotations and casts. For the sake of advanced optimizations and