[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:17:24 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/merging-multiple-stores-into-successor.ll:221
+
+define i16 @same_types_diff_align_no_merge(i1 %cond, i16 %a, i16 %b) {
+; CHECK-LABEL: @same_types_diff_align_no_merge(
----------------
Can't these merge using the minimum of the alignments?


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