[PATCH] D114141: Allow DataLayout to support arbitrary pointer sizes
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 00:55:57 PST 2021
tschuett added inline comments.
================
Comment at: llvm/include/llvm/IR/DataLayout.h:183
/// Returns an error description on failure.
Error setPointerAlignment(uint32_t AddrSpace, Align ABIAlign, Align PrefAlign,
+ uint32_t TypeBitWidth, uint32_t IndexBitWidth);
----------------
Same here. Maybe keep the old functions and only add new functions with `ìnBits` in the name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114141/new/
https://reviews.llvm.org/D114141
More information about the llvm-commits
mailing list