[PATCH] D73403: GlobalISel: Translate vector GEPs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 05:17:37 PST 2020


arsenm added a comment.

In D73403#1848263 <https://reviews.llvm.org/D73403#1848263>, @paquette wrote:

> This is causing an assertion error in consumer-typeset for AArch64 at -O3.
>
> llvm-test-suite/MultiSource/Benchmarks/MiBench/consumer-typeset/z29.c
>
>   Assertion failed: (Res.getLLTTy(*getMRI()).isScalar() == Op.getLLTTy(*getMRI()).isScalar()), function buildExtOrTrunc, file /Users/gruyere/llvm-project/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp, line 460.
>
>
> Any thoughts?


What does the failing GEP look like?


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

https://reviews.llvm.org/D73403





More information about the llvm-commits mailing list