[PATCH] D63075: [TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR42123)
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 06:04:32 PDT 2019
arsenm added inline comments.
================
Comment at: include/llvm/CodeGen/TargetLowering.h:1434
+ bool *Fast = nullptr) const;
/// Returns the target specific optimal type for load and store operations as
----------------
Should probably add an overload that just takes a const MachineMemOperand&
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63075/new/
https://reviews.llvm.org/D63075
More information about the llvm-commits
mailing list