[PATCH] D75686: AMDGPU: Fix SMRD test in trivially disjoint mem access code

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 09:18:07 PST 2020


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

This code should not be checking the address space. That will still fall back on the alias analysis pass on the IR in the MMO when available


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75686





More information about the llvm-commits mailing list