[llvm] [llvm] Adding scalarization of `llvm.vector.insert` (PR #71614)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 03:14:16 PST 2023


================
@@ -67,3 +67,12 @@ if.then:
 if.end:
   ret i32 1;
 }
+
+define dso_local <1 x half> @cmp_select(<1 x half> %i105, <1 x half> %in) {
+; CHECK-LABEL: @cmp_select
+; CHECL: fcmge
----------------
davemgreen wrote:

CHECL->CHECK

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


More information about the llvm-commits mailing list