[PATCH] D80072: Make Value::getPointerAlignment() return an Align, not a MaybeAlign.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 17:08:47 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf26bdb539e8a: Make Value::getPointerAlignment() return an Align, not a MaybeAlign. (authored by efriedma).
Changed prior to commit:
https://reviews.llvm.org/D80072?vs=264516&id=265390#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80072/new/
https://reviews.llvm.org/D80072
Files:
llvm/docs/ReleaseNotes.rst
llvm/include/llvm/IR/Value.h
llvm/lib/Analysis/Loads.cpp
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/CodeGen/ExpandMemCmp.cpp
llvm/lib/IR/ConstantFold.cpp
llvm/lib/IR/Value.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll
llvm/test/Transforms/GVN/PRE/load-pre-licm.ll
llvm/test/Transforms/GVN/PRE/pre-load.ll
llvm/test/Transforms/InstCombine/call-guard.ll
llvm/test/Transforms/InstCombine/masked_intrinsics.ll
llvm/test/Transforms/InstCombine/select.ll
llvm/test/Transforms/LICM/hoist-deref-load.ll
llvm/test/Transforms/SimplifyCFG/SpeculativeExec.ll
llvm/test/Transforms/TailCallElim/reorder_load.ll
llvm/unittests/IR/FunctionTest.cpp
polly/test/ScopInfo/invariant_load_dereferenceable.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80072.265390.patch
Type: text/x-patch
Size: 24496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200521/c659e82b/attachment.bin>
More information about the llvm-commits
mailing list