[PATCH] D77984: Make IRBuilder automatically set alignment on load/store/alloca.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 12 17:38:10 PDT 2020
efriedma created this revision.
efriedma added reviewers: jdoerfert, lebedev.ri, spatel.
Herald added subscribers: cfe-commits, kerbowa, nhaehnle, jvesely.
Herald added a reviewer: bollu.
Herald added a project: clang.
This is equivalent in terms of LLVM IR semantics, but we want to transition away from using MaybeAlign to represent the alignment of these instructions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77984
Files:
clang/test/CodeGen/arm_neon_intrinsics.c
llvm/include/llvm/IR/IRBuilder.h
llvm/test/Bindings/llvm-c/atomics.ll
llvm/test/Bindings/llvm-c/echo.ll
llvm/test/Bindings/llvm-c/memops.ll
llvm/test/CodeGen/AMDGPU/widen_extending_scalar_loads.ll
llvm/test/Instrumentation/AddressSanitizer/debug-info-alloca.ll
llvm/test/Instrumentation/SanitizerCoverage/inline-8bit-counters.ll
llvm/test/Instrumentation/SanitizerCoverage/inline-bool-flag.ll
llvm/test/Transforms/ArgumentPromotion/dbg.ll
llvm/test/Transforms/SROA/alignment.ll
llvm/test/Transforms/SROA/basictest.ll
llvm/test/Transforms/SROA/preserve-nonnull.ll
polly/test/Isl/CodeGen/invariant_load_alias_metadata.ll
polly/test/Isl/CodeGen/non-affine-phi-node-expansion-2.ll
polly/test/Isl/CodeGen/partial_write_array.ll
polly/test/Isl/CodeGen/partial_write_impossible_restriction.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77984.256895.patch
Type: text/x-patch
Size: 72578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200413/2ed42b14/attachment-0001.bin>
More information about the cfe-commits
mailing list