[all-commits] [llvm/llvm-project] 25c3ec: [X86] Add isConstantPowerOf2 helper to replace rep...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Oct 9 05:33:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25c3ecf28f0a3a404305b5eefac23baf7e4e0754
https://github.com/llvm/llvm-project/commit/25c3ecf28f0a3a404305b5eefac23baf7e4e0754
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Add isConstantPowerOf2 helper to replace repeated code. NFC.
Prep work for #110875
Commit: e17f701f559fc637b41c27ea240568bb33b56d1f
https://github.com/llvm/llvm-project/commit/e17f701f559fc637b41c27ea240568bb33b56d1f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M llvm/test/CodeGen/X86/vselect-pcmp.ll
Log Message:
-----------
[X86] vselect-pcmp.ll - regenerate test checks with vpternlog comments
Commit: 4b4078a5cf95ad4a5e18704d9b88129c3a0bcb88
https://github.com/llvm/llvm-project/commit/4b4078a5cf95ad4a5e18704d9b88129c3a0bcb88
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M llvm/test/CodeGen/X86/vselect-pcmp.ll
Log Message:
-----------
[X86] Add test coverage for #110875
Compare: https://github.com/llvm/llvm-project/compare/01cbbc52dc95...4b4078a5cf95
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