[PATCH] D81523: AMDGPU/GlobalISel: Workaround some load/store type selection patterns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 04:20:30 PDT 2020


arsenm added a comment.

In D81523#2084355 <https://reviews.llvm.org/D81523#2084355>, @foad wrote:

> Why does this need a command line flag? I realise it's a workaround but couldn't it still be enabled unconditionally?


Mostly so I don’t have to delete all the regbankselect and select tests I wrote to check the handling of these. The regbank code it supposed to be able to handle the splits of the scalar or vector multiples case


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

https://reviews.llvm.org/D81523





More information about the llvm-commits mailing list