[PATCH] D127728: [BitcodeReader] Allow reading pointer types from old IR
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 04:10:33 PST 2023
nikic accepted this revision.
nikic added a comment.
LGTM, thanks
================
Comment at: llvm/unittests/Bitcode/BitReaderTestCode.h:146
+// !0 = !{i32 2, %dx.types.f32 addrspace(1)* undef, void ()* @main, void()
+// addrspace(3)* null} !1 = !{i8*(i32* addrspace(2)*) addrspace(4)* undef,
+// i32*** undef}
----------------
Add a newline before `!1`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127728/new/
https://reviews.llvm.org/D127728
More information about the llvm-commits
mailing list