[PATCH] D87490: [MachineInstr] return mayAlias for not mayLoadOrStore instructions.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 16:10:19 PDT 2020
efriedma added a comment.
Hmm.
Maybe we should be explicitly checking for isCall here? It's not really right to assume instructions that any instruction that doesn't have mayLoad/mayStore modifies memory.
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