[PATCH] D65945: [LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 14:32:22 PDT 2019
gchatelet added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:2706
- /// The size, in bytes, of the target's jmp_buf buffers
- unsigned JumpBufSize;
----------------
courbet wrote:
> Maybe split this change to a different commit ? Also, this is part of the public API. There might be external code that depends on this. Not sure what the policy here is. Did you reach out to the original author for this ?
This has been submitted as https://reviews.llvm.org/D66683
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65945/new/
https://reviews.llvm.org/D65945
More information about the llvm-commits
mailing list