[PATCH] D79968: StoreInst should store Align, not MaybeAlign

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 12:32:55 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG11aa3707e30f: StoreInst should store Align, not MaybeAlign (authored by efriedma).

Changed prior to commit:
  https://reviews.llvm.org/D79968?vs=264107&id=264316#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79968

Files:
  clang/lib/CodeGen/CGExpr.cpp
  llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
  llvm/include/llvm/IR/Instructions.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/CodeGen/GCRootLowering.cpp
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SjLjEHPrepare.cpp
  llvm/lib/IR/Core.cpp
  llvm/lib/IR/Instructions.cpp
  llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/lib/Transforms/Scalar/GVNHoist.cpp
  llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/test/Analysis/CostModel/AArch64/store.ll
  llvm/test/Analysis/MemorySSA/invariant-groups.ll
  llvm/test/Bitcode/memInstructions.3.2.ll
  llvm/test/Feature/md_on_instruction.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_kernel_basic.ll
  llvm/test/Transforms/Attributor/IPConstantProp/PR26044.ll
  llvm/test/Transforms/Attributor/align.ll
  llvm/test/Transforms/Attributor/dereferenceable-2.ll
  llvm/test/Transforms/Attributor/heap_to_stack.ll
  llvm/test/Transforms/Attributor/nocapture-2.ll
  llvm/test/Transforms/Attributor/value-simplify.ll
  llvm/test/Transforms/CodeGenPrepare/X86/invariant.group.ll
  llvm/test/Transforms/CorrelatedValuePropagation/non-null.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/combined-partial-overwrites.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath-throwing.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-partial.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-simple.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/simple-preservation.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll
  llvm/test/Transforms/DeadStoreElimination/merge-stores.ll
  llvm/test/Transforms/EarlyCSE/guards.ll
  llvm/test/Transforms/EarlyCSE/invariant-loads.ll
  llvm/test/Transforms/EarlyCSE/invariant.start.ll
  llvm/test/Transforms/GVN/invariant.group.ll
  llvm/test/Transforms/GVN/non-integral-pointers.ll
  llvm/test/Transforms/GVN/vscale.ll
  llvm/test/Transforms/InstCombine/store.ll
  llvm/test/Transforms/InstCombine/storemerge-dbg.ll
  llvm/test/Transforms/InterleavedAccess/ARM/interleaved-accesses.ll
  llvm/test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll
  llvm/test/Transforms/LoopUnroll/complete_unroll_profitability_with_assume.ll
  llvm/test/Transforms/NewGVN/pr31594.ll
  llvm/test/Transforms/NewGVN/pr31613.ll
  llvm/test/Transforms/NewGVN/pr33204.ll
  llvm/test/Transforms/NewGVN/pr33720.ll
  llvm/test/Transforms/SLPVectorizer/X86/schedule_budget.ll
  llvm/test/Transforms/Util/assume-builder.ll
  llvm/test/Verifier/tbaa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79968.264316.patch
Type: text/x-patch
Size: 121426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/745ab761/attachment.bin>


More information about the llvm-commits mailing list