[llvm] [SVE] Wide active lane mask (PR #76514)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 05:51:39 PST 2024


================
@@ -19768,7 +19770,6 @@ static SDValue performIntrinsicCombine(SDNode *N,
   default:
     break;
   case Intrinsic::get_active_lane_mask: {
-    SDValue Res = SDValue();
----------------
CarolineConcatto wrote:

I would consider to create a function for these changes.

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


More information about the llvm-commits mailing list