[PATCH] D60071: [AMDGPU] Add more test cases of D59608.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 13:13:45 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/ds-sub-offset.ll:3
 ; RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GFX9 %s
+; RUN: llc -march=amdgcn -mcpu=gfx900 -mattr=+unsafe-ds-offset-folding -verify-machineinstrs < %s | FileCheck -check-prefixes=CLAMPBIT %s
 
----------------
You can just use the same run line. +unsafe-ds-offset-folding is only needed for SI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60071





More information about the llvm-commits mailing list