[PATCH] D72710: [InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR44543)
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 09:27:20 PST 2020
aqjune marked an inline comment as done.
aqjune added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/load-bitcast64.ll:3
-target datalayout = "p:64:64:64"
+target datalayout = "p:64:64:64-i64:32:32"
----------------
lebedev.ri wrote:
> Please precommit the test changes first, and please use the script to autogenerate check lines
Ok, I'll make a separate commit for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72710/new/
https://reviews.llvm.org/D72710
More information about the llvm-commits
mailing list