[all-commits] [llvm/llvm-project] 8f6e95: [Clang][X86] Add constexpr support for permute4x64...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Dec 3 12:24:29 PST 2025
Branch: refs/heads/users/boomanaiden154/githubci-make-premerge-upload-results-on-linux-and-windows
Home: https://github.com/llvm/llvm-project
Commit: 8f6e95ef45d20709f338b0753a362c172a51eff7
https://github.com/llvm/llvm-project/commit/8f6e95ef45d20709f338b0753a362c172a51eff7
Author: Ahmed Nour <ahmednour.mohamed2012 at gmail.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M clang/include/clang/Basic/BuiltinsX86.td
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/test/CodeGen/X86/avx2-builtins.c
Log Message:
-----------
[Clang][X86] Add constexpr support for permute4x64_pd and permute4x64_epi64 (#170442)
This PR adds constexpr support for the AVX2 cross-lane permute
intrinsics _mm256_permute4x64_pd and _mm256_permute4x64_epi64
Resolves https://github.com/llvm/llvm-project/issues/169304
Commit: 562d911857d9e050b002b9904d64d0f08bf4a762
https://github.com/llvm/llvm-project/commit/562d911857d9e050b002b9904d64d0f08bf4a762
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M .github/workflows/test-unprivileged-download-artifact.yml
M .github/workflows/unprivileged-download-artifact/action.yml
Log Message:
-----------
[Github] Make unprivileged-download-artifact download multiple artifacts
This is designed to allow a workflow (e.g., premerge) upload comments
across multiple jobs. Subsequent PRs will wire this up within the
issue-write workflow to support reading comments from multiple files.
Reviewers: tstellar, cmtice
Reviewed By: cmtice
Pull Request: https://github.com/llvm/llvm-project/pull/170216
Commit: 794703a87c2cf46c543b47f27a6f301604d9f5c7
https://github.com/llvm/llvm-project/commit/794703a87c2cf46c543b47f27a6f301604d9f5c7
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M clang/include/clang/Basic/BuiltinsX86.td
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/test/CodeGen/X86/avx2-builtins.c
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
Commit: e7992ddf30bb15fd4e618275268e399ad4e94a07
https://github.com/llvm/llvm-project/commit/e7992ddf30bb15fd4e618275268e399ad4e94a07
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M clang/include/clang/Basic/BuiltinsX86.td
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/test/CodeGen/X86/avx2-builtins.c
Log Message:
-----------
rebase
Created using spr 1.3.7
Compare: https://github.com/llvm/llvm-project/compare/a03c31f1a6e8...e7992ddf30bb
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