I am wondering that whether there is a BNF-grammar to describe LLVM IR? like C BNF grammar describing C language, etc.
相关问题
- CMakeList file to generate LLVM bitcode file from
- LLVM OPT not giving optimised file as output.
- Python numba / llvmlite on Debian 8 - i can't
- llvm::DIInstruction getFilename returns filename w
- Specifically what does a compiler do to aggressive
相关文章
- How to clone or create an AST Stmt node of clang?
- Libclang API to get function definitions defined i
- No format security warnings in Xcode 4.4
- LLVM retrieve name of AllocaInst
- In LLVM IR, I want to copy a set of Instructions a
- compiling with clang and plugin
- How to get the filename and directory from a LLVM
- At which level does one unit test lock-free code?
There is no published BNF grammar for LLVM IR. There are docs to describe the format and, of course, source code, mailing lists, and an IRC channel. Those places are far better sources of information than StackOverflow.