[all-commits] [llvm/llvm-project] 2a9208: [WebAssembly] Change F16x8 extract lane to require...
Brendan Dahl via All-commits
all-commits at lists.llvm.org
Wed Sep 11 15:40:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a9208b0c9ddec4d321bf3af1d06a60210c89da3
https://github.com/llvm/llvm-project/commit/2a9208b0c9ddec4d321bf3af1d06a60210c89da3
Author: Brendan Dahl <brendan.dahl at gmail.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M clang/include/clang/Basic/BuiltinsWebAssembly.def
M clang/lib/Headers/wasm_simd128.h
M clang/test/CodeGen/builtins-wasm.c
Log Message:
-----------
[WebAssembly] Change F16x8 extract lane to require constant integer. (#108116)
Building with no optimizations resulted in failures since the lane
constant wasn't a constant in LLVM IR.
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