[PATCH] D92020: [AllocaInst] Update `getAllocationSizeInBits` to return `TypeSize`.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 27 03:23:16 PST 2020
fpetrogalli updated this revision to Diff 308006.
fpetrogalli marked an inline comment as done.
fpetrogalli added a comment.
I reverted the return type of the lambda function to be integral type instead of `TypeSize`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92020/new/
https://reviews.llvm.org/D92020
Files:
llvm/include/llvm/IR/Instructions.h
llvm/lib/IR/Instructions.cpp
llvm/lib/Transforms/Coroutines/CoroFrame.cpp
llvm/unittests/IR/InstructionsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92020.308006.patch
Type: text/x-patch
Size: 4240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201127/3ca88db4/attachment.bin>
More information about the llvm-commits
mailing list