[PATCH] D43198: [X86] Fix Topological NodeId Ordering violation in Load-Op-Store fusion.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 13:58:04 PST 2018


niravd updated this revision to Diff 135967.
niravd added a reviewer: jyknight.
niravd added a comment.

As verifying topological order is preserved is not practical, add EXPENSIVE_CHECK checking that pruning doesn't cause use to miss finding a predecessor.


Repository:
  rL LLVM

https://reviews.llvm.org/D43198

Files:
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/test/CodeGen/X86/pr36312.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43198.135967.patch
Type: text/x-patch
Size: 5006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180226/53051788/attachment.bin>


More information about the llvm-commits mailing list