[PATCH] D87490: [MachineInstr] return mayAlias for not mayLoadOrStore instructions.

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 21:18:47 PDT 2020


shchenz added a comment.

This is a quite 'small' patch and it should be a NFC patch as if any existing case hits this pattern, it gets a wrong aliasing query result.

I will commit this first and welcome your post-commit comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87490



More information about the llvm-commits mailing list