[PATCH] D87821: [AMDGPU] Set DS alignment requirements to be more strict

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 06:53:53 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir:7
 # RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -O0 -run-pass=legalizer  -global-isel-abort=0 %s -o - | FileCheck -check-prefix=GFX9 %s
 
 ---
----------------
This test should probably have checks with unaligned access enabled


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

https://reviews.llvm.org/D87821



More information about the llvm-commits mailing list