[all-commits] [llvm/llvm-project] 170c52: [X86] combineExtractVectorElt - fold extract(trunc...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 8 03:02:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 170c525d79a4ab3659041b0655ac9697768fc915
https://github.com/llvm/llvm-project/commit/170c525d79a4ab3659041b0655ac9697768fc915
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/insertelement-var-index.ll
M llvm/test/CodeGen/X86/movmsk-cmp.ll
M llvm/test/CodeGen/X86/pr63439.ll
M llvm/test/CodeGen/X86/pr64439.ll
M llvm/test/CodeGen/X86/vec_cast.ll
Log Message:
-----------
[X86] combineExtractVectorElt - fold extract(trunc(x),c) -> trunc(extract(x,c))
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