diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2020-06-24 21:12:19 +0300 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2020-06-25 00:58:53 +0300 |
commit | 07a23c06dd9c616fc24410f8cdbc8b4797b31cdc (patch) | |
tree | 6647f706563995033b662bef8560350cda6d2d75 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 2b8d706b19c0e049da3eb62572b08af72ba2e5e6 (diff) | |
download | llvm-07a23c06dd9c616fc24410f8cdbc8b4797b31cdc.zip llvm-07a23c06dd9c616fc24410f8cdbc8b4797b31cdc.tar.gz llvm-07a23c06dd9c616fc24410f8cdbc8b4797b31cdc.tar.bz2 |
[SROA] convertValue(): we can have <N x iK> to <M x iQ*> cast
Provided test case crashes otherwise.
If NewTy is already DL.getIntPtrType(NewTy),
CreateBitCast() won't actually create any bitcast,
so we are better off just doing the general thing.
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions