[PATCH] D150900: [InstCombine] Insert a bitcast to enable merging similar store insts
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 11:23:52 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/merging-multiple-stores-into-successor.ll:243
+BB1:
+ store i16 %b, ptr %alloca, align 4
+ br label %sink
----------------
This one is undefined because the alloca has default align 2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150900/new/
https://reviews.llvm.org/D150900
More information about the llvm-commits
mailing list