[all-commits] [llvm/llvm-project] a87738: [AutoUpgrade] Don't try to upgrade struct return o...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Dec 8 08:18:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a87738f86b17f4a8dcde538c60826506e2a27ed1
https://github.com/llvm/llvm-project/commit/a87738f86b17f4a8dcde538c60826506e2a27ed1
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/test/Assembler/struct-ret-without-upgrade.ll
Log Message:
-----------
[AutoUpgrade] Don't try to upgrade struct return of non-intrinsic
This code should only be run for intrinsics known to LLVM (otherwise
it will crash), not for everything that starts with "llvm.".
More information about the All-commits
mailing list