[all-commits] [llvm/llvm-project] 69a0f2: [X86] extract-bits.ll - add test showing failure t...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Aug 24 05:15:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69a0f23598ee4e5dfc79ebc77f9323c43c0c03fb
https://github.com/llvm/llvm-project/commit/69a0f23598ee4e5dfc79ebc77f9323c43c0c03fb
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M llvm/test/CodeGen/X86/extract-bits.ll
Log Message:
-----------
[X86] extract-bits.ll - add test showing failure to match BEXTR through ZERO_EXTEND node
Commit: 19777deba49e95c2761fc92cce83a0df23cc64cc
https://github.com/llvm/llvm-project/commit/19777deba49e95c2761fc92cce83a0df23cc64cc
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/test/CodeGen/X86/extract-bits.ll
Log Message:
-----------
[X86] matchAddressRecursively - add foldMaskedShiftToBEXTR handling to ZERO_EXTEND nodes.
Compare: https://github.com/llvm/llvm-project/compare/c02184f286d1...19777deba49e
More information about the All-commits
mailing list