[PATCH] D149080: [AMDGPU] Fix negative offset values interpretation in getMemOperandsWithOffset for DS

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 05:22:30 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AMDGPU/triv-disjoint-mem-access-neg-offset.mir:1
+# RUN: llc -march=amdgcn -mcpu=gfx900 -x=mir -verify-machineinstrs -enable-misched --debug-only=machine-scheduler -start-after=amdgpu-isel -o /dev/null < %s 2>&1 | FileCheck %s
+# REQUIRES: asserts
----------------
It should be able to figure out it's mir without -x 

Can you run just the scheduler instead of -start-after?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149080



More information about the llvm-commits mailing list