[PATCH] D103419: [VectorCombine] Fix alignment in single element store

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 11:16:55 PDT 2021


lebedev.ri added a reviewer: nlopes.
lebedev.ri added a comment.

Hm, this first needs more radical fixes - this is currently miscompiling vector indexes: https://alive2.llvm.org/ce/z/aWtH9w
I would suggest to first simply require the index to be constant.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103419



More information about the llvm-commits mailing list