[PATCH] D158527: [InstCombine] Remove calls to getOrEnforceKnownAlignment in LoadInst and StoreInst
Dhruv Chawla via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 10:56:01 PDT 2023
0xdc03 added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/align-2d-gep.ll:11
-; stores.
-
@Nice = global [1001 x [20000 x double]] zeroinitializer, align 32
----------------
I think this whole file can be removed, as its transferred to InferAlignment.
================
Comment at: llvm/test/Transforms/InstCombine/constant-fold-gep.ll:117
- ret i32 %res
-}
-
----------------
I removed this test case because it will work under InferAlignment now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158527/new/
https://reviews.llvm.org/D158527
More information about the llvm-commits
mailing list