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

Russell Gallop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 06:33:14 PDT 2020


russell.gallop added a comment.

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?


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

https://reviews.llvm.org/D85199



More information about the llvm-commits mailing list