From c6fe4a6d6b5510599a4f1cad562f24efec24d1ed Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 16 Dec 2024 16:26:36 -0800 Subject: [PATCH] Fix typo --- cranelift/codegen/src/isa/pulley_shared/lower.isle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/codegen/src/isa/pulley_shared/lower.isle b/cranelift/codegen/src/isa/pulley_shared/lower.isle index 625381a2728b..12cc6fe5067d 100644 --- a/cranelift/codegen/src/isa/pulley_shared/lower.isle +++ b/cranelift/codegen/src/isa/pulley_shared/lower.isle @@ -772,7 +772,7 @@ (rule 0 (lower (has_type (fits_in_32 _) (iabs a))) (pulley_xabs32 (sext32 a))) (rule 1 (lower (has_type $I64 (iabs a))) (pulley_xabs64 a)) -;;;; Rules for `split` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;; Rules for `splat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (rule (lower (has_type $I8X16 (splat a))) (pulley_vsplatx8 a)) (rule (lower (has_type $I16X8 (splat a))) (pulley_vsplatx16 a))