Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
durin42 added a child revision: D123090: MemoryBuiltins: start using properties of functions.Apr 4 2022, 3:17 PM
llvm/test/Transforms/InferFunctionAttrs/annotate.ll | ||
---|---|---|
223 | What do these ALLOCKIND18 etc names stand for? Is that the integral value of the flags? |
durin42 marked an inline comment as done.
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | ||
---|---|---|
460 | Missing Aligned for the aligned_alloc fallthrough? |
This revision is now accepted and ready to land.May 18 2022, 6:50 AM
durin42 marked an inline comment as done.
durin42 edited child revisions, added: D123087: tests: add attributes that would normally come from inferattrs; removed: D123090: MemoryBuiltins: start using properties of functions.
This revision was landed with ongoing or failed builds.May 31 2022, 7:19 AM
Closed by commit rG73f664601c10: BuildLibCalls: infer allockind attributes on relevant functions (authored by durin42). · Explain Why
This revision was automatically updated to reflect the committed changes.
durin42 removed a child revision: D123087: tests: add attributes that would normally come from inferattrs.Jul 19 2022, 12:00 PM
Missing Aligned for the aligned_alloc fallthrough?