Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for llvm/llvm-project#54694 #159

Open
wants to merge 1 commit into
base: release/14.x
Choose a base branch
from
Open

PR for llvm/llvm-project#54694 #159

wants to merge 1 commit into from

Commits on Apr 8, 2022

  1. [x86] Fix infinite loop inside DAG combiner with lzcnt feature.

    The issue affects targets supporting fast-lzcnt such as btver2.
    This removes extraneous zext/trunc node insertions to fix the infinite
    loop.
    This fixes Issue llvm#54694
    
    Differential Revision: https://reviews.llvm.org/D122900
    
    Reviewed By: RKSimon, spatel, lebedev.ri
    
    (cherry picked from commit a3d5f1c)
    goussepi authored and llvmbot committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    62e2257 View commit details
    Browse the repository at this point in the history