[PATCH] D34962: [TargetLowering] Add hook for adding target MMO flags when doing ISel.

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 13:29:23 PDT 2017


gberry updated this revision to Diff 106295.
gberry added a comment.

Update to add target hook to print/parse target MMO flags as string literals in MIR text


https://reviews.llvm.org/D34962

Files:
  include/llvm/Target/TargetInstrInfo.h
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/MIRParser/MILexer.h
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  test/CodeGen/MIR/AArch64/target-memoperands.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34962.106295.patch
Type: text/x-patch
Size: 10610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170712/9c2a875f/attachment.bin>


More information about the llvm-commits mailing list