[all-commits] [llvm/llvm-project] 6e5f9b: [CIR] Allow use different Int types together in Ve...
Amr Hesham via All-commits
all-commits at lists.llvm.org
Wed May 28 11:16:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e5f9bb6939dca085d057d626240bab365807602
https://github.com/llvm/llvm-project/commit/6e5f9bb6939dca085d057d626240bab365807602
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/test/CIR/CodeGen/vector-ext.cpp
M clang/test/CIR/CodeGen/vector.cpp
A clang/test/CIR/IR/invalid-vector-shift-wrong-result-type.cir
Log Message:
-----------
[CIR] Allow use different Int types together in Vec Shift Op (#141111)
Update the verification of ShiftOp for Vector to allow performing shift
op between signed and unsigned integers, similar to LLVM IR
Issue https://github.com/llvm/llvm-project/issues/136487
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