[clang] [CIR] Upstream comparison ops for VectorType (PR #140597)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Tue May 20 10:47:17 PDT 2025
================
@@ -587,3 +587,118 @@ void foo11() {
// OGCG: %[[TMP_B:.*]] = load <4 x i32>, ptr %[[VEC_B]], align 16
// OGCG: %[[XOR:.*]] = xor <4 x i32> %[[TMP_A]], %[[TMP_B]]
// OGCG: store <4 x i32> %[[XOR]], ptr {{.*}}, align 16
+
+void foo12() {
----------------
AmrDeveloper wrote:
Unsinged elements will require upstreaming Bitcase support, I will upstream it, then update the test files
https://github.com/llvm/llvm-project/pull/140597
More information about the cfe-commits
mailing list