[PATCH] D49444: [DAG] Use temporary to prevent construction-time optimziation of AND.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 12:04:46 PDT 2018


niravd created this revision.
niravd added reviewers: RKSimon, samparker.
Herald added a subscriber: hiraditya.

Avoid construction-time folding for incomplete AND nodes in
BackwardsPropagateMask. Fixes PR38185.


Repository:
  rL LLVM

https://reviews.llvm.org/D49444

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/pr38185.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49444.155942.patch
Type: text/x-patch
Size: 3905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180717/96e5572d/attachment.bin>


More information about the llvm-commits mailing list