[all-commits] [llvm/llvm-project] 11aa37: StoreInst should store Align, not MaybeAlign
Eli Friedman via All-commits
all-commits at lists.llvm.org
Fri May 15 12:28:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11aa3707e30fe2dae214e1299b951fe908def14c
https://github.com/llvm/llvm-project/commit/11aa3707e30fe2dae214e1299b951fe908def14c
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/CodeGen/GCRootLowering.cpp
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SjLjEHPrepare.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
M llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
M llvm/lib/Transforms/Utils/CodeExtractor.cpp
M llvm/test/Analysis/CostModel/AArch64/store.ll
M llvm/test/Analysis/MemorySSA/invariant-groups.ll
M llvm/test/Bitcode/memInstructions.3.2.ll
M llvm/test/Feature/md_on_instruction.ll
M llvm/test/Instrumentation/MemorySanitizer/msan_kernel_basic.ll
M llvm/test/Transforms/Attributor/IPConstantProp/PR26044.ll
M llvm/test/Transforms/Attributor/align.ll
M llvm/test/Transforms/Attributor/dereferenceable-2.ll
M llvm/test/Transforms/Attributor/heap_to_stack.ll
M llvm/test/Transforms/Attributor/nocapture-2.ll
M llvm/test/Transforms/Attributor/value-simplify.ll
M llvm/test/Transforms/CodeGenPrepare/X86/invariant.group.ll
M llvm/test/Transforms/CorrelatedValuePropagation/non-null.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/combined-partial-overwrites.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath-throwing.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-partial.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-simple.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/simple-preservation.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll
M llvm/test/Transforms/DeadStoreElimination/merge-stores.ll
M llvm/test/Transforms/EarlyCSE/guards.ll
M llvm/test/Transforms/EarlyCSE/invariant-loads.ll
M llvm/test/Transforms/EarlyCSE/invariant.start.ll
M llvm/test/Transforms/GVN/invariant.group.ll
M llvm/test/Transforms/GVN/non-integral-pointers.ll
M llvm/test/Transforms/GVN/vscale.ll
M llvm/test/Transforms/InstCombine/store.ll
M llvm/test/Transforms/InstCombine/storemerge-dbg.ll
M llvm/test/Transforms/InterleavedAccess/ARM/interleaved-accesses.ll
M llvm/test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll
M llvm/test/Transforms/LoopUnroll/complete_unroll_profitability_with_assume.ll
M llvm/test/Transforms/NewGVN/pr31594.ll
M llvm/test/Transforms/NewGVN/pr31613.ll
M llvm/test/Transforms/NewGVN/pr33204.ll
M llvm/test/Transforms/NewGVN/pr33720.ll
M llvm/test/Transforms/SLPVectorizer/X86/schedule_budget.ll
M llvm/test/Transforms/Util/assume-builder.ll
M llvm/test/Verifier/tbaa.ll
Log Message:
-----------
StoreInst should store Align, not MaybeAlign
This is D77454, except for stores. All the infrastructure work was done
for loads, so the remaining changes necessary are relatively small.
Differential Revision: https://reviews.llvm.org/D79968
More information about the All-commits
mailing list