Displaying 1 result from an estimated 1 matches for "a242b6f2".
2019 Jul 23
2
[RFC] Optimization Remark for derived function / argument attributes
Hello all,
During the compilation process, LLVM automatically derives various
attributes about functions and values (for example that a pointer is
nonnull, a function is constant, etc) that are used within a translation
unit.
I propose adding a pass to LLVM that allows front-ends to output derived
attributes. Such a pass would be useful both for developers and end users
to debug programs,