[PATCH] D122900: [x86] Fix infinite loop inside DAG combiner lzcnt's optimization.

pierre gousseau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 05:33:28 PDT 2022


pgousseau updated this revision to Diff 420464.
pgousseau retitled this revision from "[x86] Disable optimization involved in an infinite loop inside DAG combiner." to "[x86] Fix infinite loop inside DAG combiner lzcnt's optimization.".
pgousseau edited the summary of this revision.
pgousseau added a comment.

Remove unneeded Ret value check.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122900/new/

https://reviews.llvm.org/D122900

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/lzcnt-zext-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122900.420464.patch
Type: text/x-patch
Size: 4756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220405/a1230942/attachment.bin>


More information about the llvm-commits mailing list