[PATCH] D30598: Refactor alias check from MISched into common helper. NFC.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 3 18:06:29 PST 2017
MatzeB added inline comments.
================
Comment at: lib/CodeGen/MachineInstr.cpp:1574
+bool MachineInstr::mayAlias(AliasAnalysis *AA, MachineInstr *Other,
+ bool UseTBAA) {
----------------
Use a reference for `Other` as that must not be a nullptr.
Repository:
rL LLVM
https://reviews.llvm.org/D30598
More information about the llvm-commits
mailing list