[all-commits] [llvm/llvm-project] 5be551: [X86] lzcnt-cmp.ll - enable CMOV on 32-bit LZCNT t...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Mar 15 11:15:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5be551009864b417ec5987294ffc5a2a1d8fa69e
https://github.com/llvm/llvm-project/commit/5be551009864b417ec5987294ffc5a2a1d8fa69e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M llvm/test/CodeGen/X86/lzcnt-cmp.ll
Log Message:
-----------
[X86] lzcnt-cmp.ll - enable CMOV on 32-bit LZCNT tests
There are no 32-bit targets that have LZCNT but not CMOV, and this allows us to test the straight line i64 pattern - otherwise we're doing the same branchy code as the 32-bit BSR test
More information about the All-commits
mailing list