[PATCH] D92020: [AllocaInst] Update `getAllocationSizeInBits` to return `TypeSize`.
Peter Waller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 07:04:37 PST 2020
peterwaller-arm accepted this revision.
peterwaller-arm added a comment.
This revision is now accepted and ready to land.
Tried to break it, wasn't able to. Looks straightforward.
Trivial nit.
================
Comment at: llvm/unittests/IR/InstructionsTest.cpp:1381
+ std::unique_ptr<Module> M = parseIR(Ctx, R"(
+ %T = type { i64, [3 x i32]}
+ define void @f(i32 %n) {
----------------
Micro-nit: extra whitespace.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92020/new/
https://reviews.llvm.org/D92020
More information about the llvm-commits
mailing list