[PATCH] D85199: GlobalISel: Add generic instructions for memory intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 06:34:16 PDT 2020


arsenm added a comment.

In D85199#2241927 <https://reviews.llvm.org/D85199#2241927>, @russell.gallop wrote:

> In D85199#2241905 <https://reviews.llvm.org/D85199#2241905>, @arsenm wrote:
>
>> That's the right fix
>
> Thanks.
>
> I noticed that some of the global-isel tests in this directory specify requires global-isel but some don't (e.g llvm/test/MachineVerifier/test_g_build_vector.mir) even though they specify -global-isel. Should this requirement be specified, or is this always available now?

It's always available now. The requires global-isel is a leftover that should be removed


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

https://reviews.llvm.org/D85199



More information about the llvm-commits mailing list