[all-commits] [llvm/llvm-project] e6bc72: [X86] Add MOVMSK bit extraction test coverage for ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jul 1 07:28:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6bc72dfe885e8ef4eae1c7da87dd13e40cfed6d
https://github.com/llvm/llvm-project/commit/e6bc72dfe885e8ef4eae1c7da87dd13e40cfed6d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
A llvm/test/CodeGen/X86/movmsk-bittest.ll
Log Message:
-----------
[X86] Add MOVMSK bit extraction test coverage for #66191
Regressions due to middle-end canonicalizing ICMP_EQ(AND(X,MSB),0) -> ICMP_SGT(X,-1) etc.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list