Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/test/Transforms/InferFunctionAttrs/annotate.ll | ||
---|---|---|
223 | What do these ALLOCKIND18 etc names stand for? Is that the integral value of the flags? |
llvm/test/Transforms/InferFunctionAttrs/annotate.ll | ||
---|---|---|
223 | Yeah, in a past version of this I hadn't come up with the hack to parse a string in the text IR, so they were integers. I've updated the values to have more meaningful names, even if they're verbose. |
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | ||
---|---|---|
456 | Missing Aligned for the aligned_alloc fallthrough? |
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | ||
---|---|---|
456 | Very good catch, thank you! Fixed. |
Missing Aligned for the aligned_alloc fallthrough?