[PATCH] D103344: [AMDGPU] Fix a crash when selecting a particular case of buffer_load_format_d16

Julien Pagès via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 14:25:30 PDT 2021


jpages added a comment.

In D103344#2793853 <https://reviews.llvm.org/D103344#2793853>, @arsenm wrote:

> Probably should also add a globalisel test just in case

Because of another (I think unrelated) issue, this is unfortunately not working with global isel:

  LLVM ERROR: cannot select: %34:vreg_64(<4 x s16>) = G_INSERT %66:vgpr, %7:vgpr(<3 x s16>), 0


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103344



More information about the llvm-commits mailing list