[all-commits] [llvm/llvm-project] caeb63: [AutoUpgrade] Remove redundant remangling code (NFCI)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 14 06:14:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caeb636e8bad4a7d7ce624682846dc88fc6d7a08
https://github.com/llvm/llvm-project/commit/caeb636e8bad4a7d7ce624682846dc88fc6d7a08
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[AutoUpgrade] Remove redundant remangling code (NFCI)
If the only purpose of the upgrade is a mangling change, this is
handled generically by intrinsic remangling, and does not require
any hand-written code.
More information about the All-commits
mailing list