llvm-project
c9ff2df8 - [IR] "modular-format" attribute for functions using format strings (#147429)

Commit
105 days ago
[IR] "modular-format" attribute for functions using format strings (#147429) A new InstCombine transform uses this attribute to rewrite calls to a modular version of the implementation along with llvm.reloc.none relocations against aspects of the implementation needed by the call. This change only adds support for the 'float' aspect, but it also builds the structure needed for others. See issue #146159
Author
Parents
Loading