[PATCH] D80161: [CodeGen] Add support for multiple memory operands in MachineInstr::mayAlias

Jean-Michel Gorius via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 14:07:46 PDT 2020


Kayjukh created this revision.
Kayjukh added reviewers: efriedma, hfinkel, craig.topper.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

To support all targets, the mayAlias member function needs to support instructions with multiple operands.

This revision also changes the order of the emitted instructions in one of the x86 test cases.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80161

Files:
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/test/CodeGen/X86/store_op_load_fold2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80161.264718.patch
Type: text/x-patch
Size: 6969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/95c42ea0/attachment.bin>


More information about the llvm-commits mailing list