[all-commits] [llvm/llvm-project] b50b50: [X86] cmov-fp.ll - regenerate with common 'NOSSE' ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Feb 29 04:34:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b50b50bfbf55b883dcd290027cfd6ca5904b0495
https://github.com/llvm/llvm-project/commit/b50b50bfbf55b883dcd290027cfd6ca5904b0495
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M llvm/test/CodeGen/X86/cmov-fp.ll
Log Message:
-----------
[X86] cmov-fp.ll - regenerate with common 'NOSSE' prefix to reduce duplication
Commit: 139bcda542514b7a064fe9225014ec4268bb2b65
https://github.com/llvm/llvm-project/commit/139bcda542514b7a064fe9225014ec4268bb2b65
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/avx512-vec-cmp.ll
M llvm/test/CodeGen/X86/cvt16.ll
M llvm/test/CodeGen/X86/f16c-intrinsics-fast-isel.ll
M llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll
M llvm/test/CodeGen/X86/fp-roundeven.ll
M llvm/test/CodeGen/X86/fpclamptosat_vec.ll
M llvm/test/CodeGen/X86/half.ll
M llvm/test/CodeGen/X86/pr31088.ll
M llvm/test/CodeGen/X86/pr57340.ll
M llvm/test/CodeGen/X86/prefer-fpext-splat.ll
M llvm/test/CodeGen/X86/vector-half-conversions.ll
M llvm/test/CodeGen/X86/vector-reduce-fmax-nnan.ll
M llvm/test/CodeGen/X86/vector-reduce-fmin-nnan.ll
Log Message:
-----------
[X86] SimplifyDemandedVectorEltsForTargetNode - add basic CVTPH2PS/CVTPS2PH handling
Allows us to peek through the F16 conversion nodes, mainly to simplify shuffles
An easy part of #83414
Compare: https://github.com/llvm/llvm-project/compare/c57002db6afc...139bcda54251
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