[PATCH] D70473: [AMDGPU] Keep consistent check of legal addressing mode.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 19:20:02 PST 2019


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:1098
-
-  if (Subtarget->getGeneration() >= AMDGPUSubtarget::GFX10)
-    return isUInt<11>(AM.BaseOffs) && AM.Scale == 0;
----------------
We should have additional addressing mode stress tests like we already have that hit this issue


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70473





More information about the llvm-commits mailing list