[all-commits] [llvm/llvm-project] d91bb2: [AsmParser] Check whether use is callee when deter...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Feb 5 01:13:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d91bb2fcd35e6fc8fe325d5da035295e34b146ca
      https://github.com/llvm/llvm-project/commit/d91bb2fcd35e6fc8fe325d5da035295e34b146ca
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/test/Assembler/incomplete-ir-declarations.ll

  Log Message:
  -----------
  [AsmParser] Check whether use is callee when determining function type

The code ended up treating a use in a call argument as if it were
a call. Make sure this is actually the callee use.




More information about the All-commits mailing list