[PATCH] D73403: GlobalISel: Translate vector GEPs

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 15:38:42 PST 2020


paquette added a comment.

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?


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

https://reviews.llvm.org/D73403





More information about the llvm-commits mailing list