[all-commits] [llvm/llvm-project] c89388: [AutoUpgrade] Fix remangling when upgrading struct...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Oct 21 02:08:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8938809d155682ef5eec170897b8c26b8cbf3ea
https://github.com/llvm/llvm-project/commit/c8938809d155682ef5eec170897b8c26b8cbf3ea
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/test/Assembler/opaque-ptr-intrinsic-remangling.ll
Log Message:
-----------
[AutoUpgrade] Fix remangling when upgrading struct return type
This was remangling the old function rather than the new one, and
could result in failures when we were performing both a struct
return upgrade and an opaque pointer upgrade.
More information about the All-commits
mailing list