[all-commits] [llvm/llvm-project] bcf728: [X86] Add some basic concat(ctpop)/concat(ctlz)/co...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jul 24 06:50:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcf728ed8a9221c876158d8dd5683fea8b642888
https://github.com/llvm/llvm-project/commit/bcf728ed8a9221c876158d8dd5683fea8b642888
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
A llvm/test/CodeGen/X86/widen_bitcnt.ll
Log Message:
-----------
[X86] Add some basic concat(ctpop)/concat(ctlz)/concat(cttz) widening tests
Commit: de3f7f01fe65bccf6ee440501dd3548aeea1bb55
https://github.com/llvm/llvm-project/commit/de3f7f01fe65bccf6ee440501dd3548aeea1bb55
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/widen_bitcnt.ll
Log Message:
-----------
[X86] combineConcatVectorOps - add concat(ctpop)/concat(ctlz)/concat(cttz) handling
Compare: https://github.com/llvm/llvm-project/compare/3161db8ca07e...de3f7f01fe65
More information about the All-commits
mailing list