[all-commits] [llvm/llvm-project] cf11eb: [clang][bytecode] Implement logical operators for ...
yronglin via All-commits
all-commits at lists.llvm.org
Sat Sep 7 23:04:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf11eb62e1d0fa41f68b4ca3150eac854ac2e991
https://github.com/llvm/llvm-project/commit/cf11eb62e1d0fa41f68b4ca3150eac854ac2e991
Author: yronglin <yronglin777 at gmail.com>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/test/AST/ByteCode/constexpr-vectors.cpp
Log Message:
-----------
[clang][bytecode] Implement logical operators for vector type (#107678)
Implement `&&`, `||` logical operators for vector type.
---------
Signed-off-by: yronglin <yronglin777 at gmail.com>
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