[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
Tue May 19 05:22:24 PDT 2020
Kayjukh updated this revision to Diff 264862.
Kayjukh added a comment.
Simplify the method's control flow by wrapping the old dependency checking code in a helper lambda and calling it for each pair of memory operands.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80161/new/
https://reviews.llvm.org/D80161
Files:
llvm/lib/CodeGen/MachineInstr.cpp
llvm/test/CodeGen/AArch64/merge-store-dependency.ll
llvm/test/CodeGen/ARM/big-endian-neon-fp16-bitconv.ll
llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
llvm/test/CodeGen/Thumb2/mve-phireg.ll
llvm/test/CodeGen/Thumb2/mve-vst3.ll
llvm/test/CodeGen/Thumb2/umulo-128-legalisation-lowering.ll
llvm/test/CodeGen/X86/store_op_load_fold2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80161.264862.patch
Type: text/x-patch
Size: 12892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/af16d263/attachment-0001.bin>
More information about the llvm-commits
mailing list