[llvm] [X86] Handle BSF/BSR "zero-input pass through" behaviour (PR #123623)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 03:51:51 PST 2025
================
@@ -5220,42 +5220,42 @@ inline static bool isDefConvertible(const MachineInstr &MI, bool &NoSignFlag,
}
/// Check whether the use can be converted to remove a comparison against zero.
----------------
KanRobert wrote:
Could we have a comment for the returned pair?
https://github.com/llvm/llvm-project/pull/123623
More information about the llvm-commits
mailing list