[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:22 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"
 
----------------
aqjune wrote:
> 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.
Or do you prefer having the auto generated check in this patch?


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