diff options
author | Aditya Nandakumar <aditya_nandakumar@apple.com> | 2018-03-22 17:31:38 +0000 |
---|---|---|
committer | Aditya Nandakumar <aditya_nandakumar@apple.com> | 2018-03-22 17:31:38 +0000 |
commit | b3297ef05179e1fee616b97b1c65b58e4c7fef17 (patch) | |
tree | cc01c75bcbaef6fe86214965400e7c7bbc9725f1 /llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | |
parent | e5b51f6786f9846e8eab233df1bfa30c071297e1 (diff) | |
download | llvm-b3297ef05179e1fee616b97b1c65b58e4c7fef17.zip llvm-b3297ef05179e1fee616b97b1c65b58e4c7fef17.tar.gz llvm-b3297ef05179e1fee616b97b1c65b58e4c7fef17.tar.bz2 |
[GISel]: Fix incorrect IRTranslation while translating null pointer types
https://reviews.llvm.org/D44762
Currently IRTranslator produces
%vreg17<def>(p0) = G_CONSTANT 0;
instead we should build
%vreg16(s64) = G_CONSTANT 0
%vreg17(p0) = G_INTTOPTR %vreg16
reviewed by @aemerson.
llvm-svn: 328218
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp')
0 files changed, 0 insertions, 0 deletions