[PATCH] D80072: Make Value::getPointerAlignment() return an Align, not a MaybeAlign.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 17 14:54:47 PDT 2020


efriedma updated this revision to Diff 264516.
efriedma added a comment.
Herald added a reviewer: bollu.
Herald added a subscriber: asbirlea.

Show what happens if I remove the weird special case from Loads.cpp


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80072/new/

https://reviews.llvm.org/D80072

Files:
  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.264516.patch
Type: text/x-patch
Size: 23780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200517/1b52b8b0/attachment-0001.bin>


More information about the llvm-commits mailing list