[all-commits] [llvm/llvm-project] 48eeef: [AutoUpgrade] Handle remangling upgrade for ptr.an...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 8 07:52:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48eeefe59f2d2ab44eb771e8ae315cd15f97f57b
https://github.com/llvm/llvm-project/commit/48eeefe59f2d2ab44eb771e8ae315cd15f97f57b
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
R llvm/test/Assembler/invoke-intrinsic-upgrade.ll
A llvm/test/Assembler/opaque-ptr-intrinsic-remangling.ll
Log Message:
-----------
[AutoUpgrade] Handle remangling upgrade for ptr.annotation
The code assumed that the upgrade would happen due to the argument
count changing from 4 to 5. However, a remangling upgrade is also
possible here.
More information about the All-commits
mailing list