[all-commits] [llvm/llvm-project] 17cfc1: Fix spelling typo. NFC
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jan 24 04:05:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17cfc15d6b9b3773db8353937aac9878d7777b21
https://github.com/llvm/llvm-project/commit/17cfc15d6b9b3773db8353937aac9878d7777b21
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
Fix spelling typo. NFC
commutatvity -> commutativity
Commit: 6255bae6c9afe89470f264f903051f64bc15135f
https://github.com/llvm/llvm-project/commit/6255bae6c9afe89470f264f903051f64bc15135f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
A llvm/test/CodeGen/X86/icmp-pow2-mask.ll
Log Message:
-----------
[X86] Add test coverage based on #78888
Commit: 72f10f7eb536da58cb79e13974895cd97d4e1a5f
https://github.com/llvm/llvm-project/commit/72f10f7eb536da58cb79e13974895cd97d4e1a5f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/icmp-pow2-mask.ll
Log Message:
-----------
[X86] Fold not(pcmpeq(and(X,CstPow2),0)) -> pcmpeq(and(X,CstPow2),CstPow2)
Fixes #78888
Compare: https://github.com/llvm/llvm-project/compare/dee02ee9f8ff...72f10f7eb536
More information about the All-commits
mailing list