Displaying 1 result from an estimated 1 matches for "d3218b8a".
2015 Feb 05
3
[LLVMdev] Is there any known bug related to NoDuplicate in LLVM/Clang 3.5
Hello all,
I am using LLVM/Clang 3.5 to build a C++ extension. Such C++ extension
contains a special function named "barrier", which shouldn't be duplicated.
So I add __attribute__((noduplicate)) on barrier declaration.
For some reasons, I also add AlwaysInlineAttr attribute on each function
except main function. The generated LLVM IR what I expect is only a main
function with many