[PATCH] D139034: [IR] GEP: Fix byte-offsets in vectors of overaligned types

Jannik Silvanus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 04:40:16 PST 2023


jsilvanus abandoned this revision.
jsilvanus added a comment.
Herald added a subscriber: StephenFan.

Abandoning this change in favor of avoiding GEPs into vectors instead of fixing their offsets.

I'll start with avoiding to generate vector GEPs in SROA.
In the future, we may forbid vector GEPs entirely, see https://discourse.llvm.org/t/status-of-geps-into-vectors-of-overaligned-elements/67497.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139034



More information about the llvm-commits mailing list