[all-commits] [llvm/llvm-project] 0d1bab: [IR] "modular-format" attribute for functions usin...

Daniel Thornburgh via All-commits all-commits at lists.llvm.org
Mon Jul 7 16:22:51 PDT 2025


  Branch: refs/heads/users/mysterymath/modular-printf/ir
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d1bab8f61a07d7cb1a986e0421b371a8679d269
      https://github.com/llvm/llvm-project/commit/0d1bab8f61a07d7cb1a986e0421b371a8679d269
  Author: Daniel Thornburgh <dthorn at google.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  [IR] "modular-format" attribute for functions using format strings

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.

See issue #146159



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list