[PATCH] D91666: [NFC][AMDGPU] Remove some generic pointers in memory-legalizer tests
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 16:23:06 PST 2020
scott.linder created this revision.
Herald added subscribers: llvm-commits, kerbowa, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
Herald added a project: LLVM.
scott.linder requested review of this revision.
Herald added a subscriber: wdng.
These tests implicitly depend on the target supporting generic pointers,
so to prepare for testing them on GFX6 (which lacks FLAT) remove the
dependency where possible.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91666
Files:
llvm/test/CodeGen/AMDGPU/memory-legalizer-load.ll
llvm/test/CodeGen/AMDGPU/memory-legalizer-store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91666.305920.patch
Type: text/x-patch
Size: 6382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201118/e1054e7e/attachment.bin>
More information about the llvm-commits
mailing list