[all-commits] [llvm/llvm-project] 19bdc8: [llvm] Fix for failing test from fdbd84c6c819d4462...
llvmbot via All-commits
all-commits at lists.llvm.org
Tue Dec 1 15:52:29 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 19bdc8e5a307f6eb209d4f91620d70bd2f80219e
https://github.com/llvm/llvm-project/commit/19bdc8e5a307f6eb209d4f91620d70bd2f80219e
Author: Leonard Chan <leonardchan at google.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M llvm/lib/IR/Constants.cpp
Log Message:
-----------
[llvm] Fix for failing test from fdbd84c6c819d4462546961f6086c1524d5d5ae8
When handling a DSOLocalEquivalent operand change:
- Remove assertion checking that the `To` type and current type are the
same type. This is not always a requirement.
- Add a missing bitcast from an old DSOLocalEquivalent to the type of
the new one.
More information about the All-commits
mailing list