[all-commits] [llvm/llvm-project] 7f8d9b: [clang][bytecode][x86] Merge interp__builtin_ia32_...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Oct 9 00:00:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f8d9b0bf9dd46279f4481583e5c128c1fa57d7e
https://github.com/llvm/llvm-project/commit/7f8d9b0bf9dd46279f4481583e5c128c1fa57d7e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
Log Message:
-----------
[clang][bytecode][x86] Merge interp__builtin_ia32_pmul/interp__builtin_ia32_pmadd implementations (#162504)
The interp__builtin_ia32_pmadd implementation can be correctly used for
PMULDQ/PMULUDQ evaluation as well as we're ignoring the "hi" integers in
each pair
I've replaced the PMULDQ/PMULUDQ evaluation with callbacks and renamed
interp__builtin_ia32_pmadd to interp__builtin_ia32_pmul for consistency
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