[all-commits] [llvm/llvm-project] befb73: [LLParser] Remove redundant remangling (NFCI)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Oct 21 01:56:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: befb731be64a60b97f857d18eaa40d68f8ba792d
      https://github.com/llvm/llvm-project/commit/befb731be64a60b97f857d18eaa40d68f8ba792d
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp

  Log Message:
  -----------
  [LLParser] Remove redundant remangling (NFCI)

UpgradeCallsToIntrinsic() is already intended to perform remangling
in case no other upgrades are necessary. The additional
remangleIntrinsicFunction() calls are not needed and can hide bugs
in the UpgradeCallsToIntrinsic() implementation.




More information about the All-commits mailing list