This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 39566 Build 39590: arc lint + arc unit
Event Timeline
llvm/lib/Analysis/Loads.cpp | ||
---|---|---|
48 | Which function are you talking about exactly? I don't see a getAlign function. |
llvm/lib/Analysis/Loads.cpp | ||
---|---|---|
48 | Ha I suppose you're talking about getBaseAlign. On my side I'd need to move forward with the introduction of llvm::Align, I can make progress on other fronts but I'll have to update Value and Load eventually. |
I don't see any progress on D66618 so I'll proceed with the review of this patch and submit if you don't mind @jdoerfert
just None.