[llvm] [DAGCombiner] Remove a hasOneUse check in visitAND (PR #115142)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 02:02:41 PST 2024


================
@@ -17,6 +17,28 @@ define <16 x i16> @zext_avgflooru(<16 x i8> %a0, <16 x i8> %a1) {
   ret <16 x i16> %avg
 }
 
+define void @zext_mload_avgflooru(ptr %p1, ptr %p2, <vscale x 8 x i1> %mask) {
----------------
davemgreen wrote:

This feels like it should be in a sve file, like sve-hadd.ll

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


More information about the llvm-commits mailing list