[PATCH] D127095: [llvm][CodeGen] Add a default implementation to check whether two memory accesses are trivially disjoint

Xiaoqiang Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 04:39:39 PDT 2022


csstormq updated this revision to Diff 437848.
csstormq added a comment.

1. move virtual functions into TargetMachine



1. avoid getZExtValue() assert issue



1. don’t “almost always” use auto



1. pass "Align" by unsigned integer



1. invoke mayAddressSpacesOverlap iff the address-spaces are different



1. check whether two memory accesses are disjoint iff the address-spaces are same




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127095

Files:
  llvm/include/llvm/Target/TargetMachine.h
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/lib/Target/TargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127095.437848.patch
Type: text/x-patch
Size: 5979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/bcd4aed0/attachment.bin>


More information about the llvm-commits mailing list