[PATCH] D94406: [AMDGPU] Fix failing assert with scratch ST mode

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 07:13:04 PST 2021


foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.

LGTM with comment fix.



================
Comment at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:1305
   /// It returns false if MI does not read/write memory.
-  /// It returns false if no base operands and offset was found.
+  /// It returns false if no base operands and offset could not be determined.
   /// It is not guaranteed to always recognize base operands and offsets in all
----------------
Remove "no".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94406



More information about the llvm-commits mailing list