[llvm] AArch64: Skip analyzeCompare for subregister uses (PR #141654)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 10:03:08 PDT 2025


https://github.com/efriedma-quic approved this pull request.

LGTM

Note that analyzeCompare has exactly one caller, which immediately passes the result to optimizeCompareInstr; maybe we should just merge them together.

https://github.com/llvm/llvm-project/pull/141654


More information about the llvm-commits mailing list