vscode-llvm-ir icon indicating copy to clipboard operation
vscode-llvm-ir copied to clipboard

VSCode extension for the LLVM IR language

Results 2 vscode-llvm-ir issues
Sort by recently updated
recently updated
newest added

Here is my code: ```ll @then = private unnamed_addr constant [5 x i8] c"then\00" @else = private unnamed_addr constant [5 x i8] c"else\00" declare i32 @puts(ptr) define i1 @main() {...