You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GISel] Keep non-negative info in SUB(CTLZ) (llvm#189314)
Implement non-negative value tracking for SUB-CTLZ chains in GlobalISel,
matching the behavior previously added to SelectionDAG.
Additionally, refactor the SelectionDAG implementation from the previous
patch to improve performance and code density.
Related to llvm#136516 and
llvm#186338 (comment)
0 commit comments