[all-commits] [llvm/llvm-project] b85f42: [X86] Replace X32 test check prefixes with X86
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed May 31 04:08:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b85f42a4a6dd08097a0f4f7be3a46ec8153dc89f
https://github.com/llvm/llvm-project/commit/b85f42a4a6dd08097a0f4f7be3a46ec8153dc89f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M llvm/test/CodeGen/X86/vec_insert-2.ll
M llvm/test/CodeGen/X86/vec_insert-3.ll
M llvm/test/CodeGen/X86/vec_insert-4.ll
M llvm/test/CodeGen/X86/vec_insert-5.ll
M llvm/test/CodeGen/X86/vec_insert-8.ll
M llvm/test/CodeGen/X86/vec_insert-9.ll
M llvm/test/CodeGen/X86/vec_insert-mmx.ll
Log Message:
-----------
[X86] Replace X32 test check prefixes with X86
We try to only use X32 for gnux32 triple test cases
Commit: 65dce67f16fee20e8a43514408e0016540c539d5
https://github.com/llvm/llvm-project/commit/65dce67f16fee20e8a43514408e0016540c539d5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-shuffle-combining-avx2.ll
Log Message:
-----------
[X86] getTargetConstantBitsFromNode - ensure we truncate broadcasts from wider constants.
We might be broadcasting the lower portion of a wider constant pool entry, ensure we truncate the full width of the constant back to the broadcast width.
(This also exposes an issue with how asm comments print these constants - I'll address that in a followup).
Fixes #63030
Compare: https://github.com/llvm/llvm-project/compare/2e676fad2620...65dce67f16fe
More information about the All-commits
mailing list