================
@@ -49,3 +49,26 @@ define float @test_atomicrmw_fsub_f32(ptr %ptr, float
%value) {
ret float %res
}
+define <2 x i16> @test_atomicrmw_add_v2i16(ptr %ptr, <2 x i16> %value) {
----------------
YonahGoldberg wrote:Sounds good, I move the test to a separate file. https://github.com/llvm/llvm-project/pull/190716 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
