[all-commits] [llvm/llvm-project] 0fe4b8: [NFC][AMDGPU] Remove some generic pointers in memo...

Scott Linder via All-commits all-commits at lists.llvm.org
Wed Nov 18 12:53:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fe4b8e4b5b35ddfb37c2d9e24713fb2eb18227c
      https://github.com/llvm/llvm-project/commit/0fe4b8e4b5b35ddfb37c2d9e24713fb2eb18227c
  Author: Scott Linder <Scott.Linder at amd.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/memory-legalizer-load.ll
    M llvm/test/CodeGen/AMDGPU/memory-legalizer-store.ll

  Log Message:
  -----------
  [NFC][AMDGPU] Remove some generic pointers in memory-legalizer tests

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.

Reviewed By: rampitec

Differential Revision: https://reviews.llvm.org/D91666




More information about the All-commits mailing list