[PATCH] D138872: [InstCombine] canonicalize trunc + insert as bitcast + shuffle, part 1

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 04:52:17 PST 2022


DavidSpickett added a comment.

FYI, I tracked an SVE miscompile down to this change https://github.com/llvm/llvm-project/issues/59357. However, so far it looks like this change just made a pre-existing problem more obvious.

We'll follow up with you if that's not the case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138872/new/

https://reviews.llvm.org/D138872



More information about the llvm-commits mailing list