[PATCH] D44781: [IR] Add function pointer alignment to DataLayout
Mikhail Maltsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 22 08:20:00 PDT 2018
miyuki added a comment.
I am not entirely sure, if this should be added to the DataLayout class itself or to PointerAlignElem. I decided to go with the former because function pointers are only relevant to program address space (rather than each address space).
https://reviews.llvm.org/D44781
More information about the llvm-commits
mailing list