[PATCH] D80825: [CodeGen] Add NoMerge MIFlag to avoid MIR branch folding

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 12:00:34 PDT 2020


zequanwu created this revision.
Herald added subscribers: llvm-commits, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, kbarton, hiraditya, nemanjai, MatzeB.
Herald added a project: LLVM.
zequanwu abandoned this revision.
zequanwu added a comment.
Herald added a subscriber: wuzish.

duplicate existing diff


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80825

Files:
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/BranchFolding.cpp
  llvm/lib/CodeGen/MIRPrinter.cpp
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/AArch64/nomerge.ll
  llvm/test/CodeGen/ARM/nomerge.ll
  llvm/test/CodeGen/PowerPC/nomerge.ll
  llvm/test/CodeGen/RISCV/nomerge.ll
  llvm/test/CodeGen/X86/nomerge.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80825.267312.patch
Type: text/x-patch
Size: 12614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/e97d3f97/attachment.bin>


More information about the llvm-commits mailing list