[all-commits] [llvm/llvm-project] 4d2009: [X86] FindSingleBitChange - use m_SpecificInt dire...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Aug 8 10:41:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d2009cdc7f5af9609e4dfec30db625db1a6cd5b
https://github.com/llvm/llvm-project/commit/4d2009cdc7f5af9609e4dfec30db625db1a6cd5b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] FindSingleBitChange - use m_SpecificInt directly when peeking through shiftmasks
No change in poison/undef detection
Commit: 9ddff0b93e01d603a1a9b04c32505095841c5be5
https://github.com/llvm/llvm-project/commit/9ddff0b93e01d603a1a9b04c32505095841c5be5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] FindSingleBitChange - reduce scope of dyn_cast checks. NFC.
Compare: https://github.com/llvm/llvm-project/compare/4516e631554e...9ddff0b93e01
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