[all-commits] [llvm/llvm-project] 11bf90: [AsmParser] Upgrade intrinsics without declaration...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Oct 15 00:13:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11bf9013d2ba7ed56cbc5f26fe9acfc1daa4c484
      https://github.com/llvm/llvm-project/commit/11bf9013d2ba7ed56cbc5f26fe9acfc1daa4c484
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/test/Assembler/autoupgrade-lifetime-intrinsics.ll
    M llvm/test/Assembler/autoupgrade-wasm-intrinsics.ll
    M llvm/test/Assembler/implicit-intrinsic-declaration-invalid3.ll

  Log Message:
  -----------
  [AsmParser] Upgrade intrinsics without declaration (#163402)

Usually calls to intrinsics get auto-upgraded if the intrinsic
name/signature changes. However, this currently doesn't happen if the
intrinsic declaration is omitted, which is the preferred form in new
tests.

Make sure that intrinsic calls without declaration also get upgraded.



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