Search code examples
How to create mlir constant vector using OpBuilder...


llvmllvm-irllvm-c++-api

Read More
How to get pointer level in LLVM 17 with opaque pointer enabled?...


clangllvmllvm-ir

Read More
How to convert LLVM IR to other Intermediate Representations?...


llvmwebassemblyllvm-irintermediate-code

Read More
LLVM API produces invalid IR for ptr type...


pointerscompilationocamlllvmllvm-ir

Read More
C runtime LLVM error: error while loading shared libraries...


cruntimellvmwindows-subsystem-for-linuxllvm-ir

Read More
How to get the value of a member of a structure in LLVM?...


c++llvmllvm-ir

Read More
How to get loopinfo in Module Pass...


llvmllvm-ir

Read More
compile binary with afl-clang-fast with custom LLVM IR passes...


clangllvmllvm-clangllvm-iramerican-fuzzy-lop

Read More
Dynamic Arrays in LLVM - Declaring a constant/global...


llvmllvm-ir

Read More
How to get the textual representation of an LLVM IR instruction?...


llvmllvm-clangllvm-ir

Read More
Segmentation fault, when running compiled LLVM IR...


llvmldllvm-irllc

Read More
How to create a new Instruction to replace the previous one in llvm pass?...


llvmllvm-ir

Read More
can't get "getelementptr" and "store" working...


llvm-ir

Read More
How does the LLVM compiler parse a c struct?...


clangllvmllvm-ir

Read More
Why LLVM IR generated by numba for vector addition is too complex...


llvmnumbajitllvm-irllvmlite

Read More
How to determine if a BasicBlock is controled by a `if`...


llvmllvm-ircontrol-flow-graph

Read More
Error in LLVM 13 documentation for little-endian vectors?...


llvm-ir

Read More
What exactly PHI instruction does and how to use it in LLVM...


llvmllvm-ir

Read More
What is the difference between my LLVM IR and Clang's...


cclangllvmllvm-ir

Read More
In llvm-hs, is linking required between known lists of Definition's, to have a valid Module, or ...


haskellllvmllvm-ir

Read More
I want to check if a call instruction is part of a control flow, say if(cond) call1 else call2 how d...


llvmcompiler-optimizationllvm-ir

Read More
Determine all global variables of a module...


llvmllvm-ir

Read More
How LLVM mem2reg pass works...


llvmllvm-ir

Read More
using g++, undefined reference to `llvm::Module::dump() const'...


g++llvmllvm-ir

Read More
How to initialize LLVM global array with bitcasts?...


llvmllvm-ir

Read More
How to share cl::opt arguments between passes?...


llvmllvm-ir

Read More
Conversion from ___attribute___((shared)) to addrspace(3) in Clang compiler when compiling CUDA file...


cudaclangllvmllvm-irgpu-shared-memory

Read More
LLVM | How to implement IR code generation of Logical Not operations...


c++compiler-constructionllvmllvm-ir

Read More
How to compile Rust to LLVM bitcode including dependencies?...


rustcompilationllvmllvm-ir

Read More
Do PHI nodes remain in LLVM IR until compilation to binary?...


llvmllvm-irssa

Read More
BackNext