[clang] [CIR] Upstream comparion ops for VectorType (PR #140597)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon May 19 14:40:38 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() {
----------------
andykaylor wrote:

Can you add test cases for unsigned elements and floating-point?

https://github.com/llvm/llvm-project/pull/140597


More information about the cfe-commits mailing list