hls-llvm-project icon indicating copy to clipboard operation
hls-llvm-project copied to clipboard

Results 3 hls-llvm-project issues
Sort by recently updated
recently updated
newest added

It is likely unsafe to use `Field(...) = ...` after `caml_alloc_small` if the right-hand side allocates. This pull requests replaces two occurrences of this pattern with calls to `caml_alloc_some`.

I successfully compiled the LLVM project from [here](https://github.com/Xilinx/hls-llvm-project). I am now attempting to run the override_llvm_flow_demo but receive this ambiguous error. I verified that my LLVM build works by compiling...

Hi Xilinx, Here is a kind reminder that #include is required to be included at the top of the file hls-llvm-project/llvm/lib/Support/XilinxPlat/CoreQuerier.cpp otherwise the project will fail to build with the...