[llvm] fb88391 - [AArch64] Remove fixed FIXMEs from D120706. NFC

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 06:28:19 PST 2023


Author: David Green
Date: 2023-03-10T14:28:15Z
New Revision: fb8839110c0413e284d5a6ae037cb0c1c7dd6932

URL: https://github.com/llvm/llvm-project/commit/fb8839110c0413e284d5a6ae037cb0c1c7dd6932
DIFF: https://github.com/llvm/llvm-project/commit/fb8839110c0413e284d5a6ae037cb0c1c7dd6932.diff

LOG: [AArch64] Remove fixed FIXMEs from D120706. NFC

These comments were not adjusted when the fix went in.

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/vecreduce-fadd.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/vecreduce-fadd.ll b/llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
index c2c436ca41a6f..55b140b28bd49 100644
--- a/llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
+++ b/llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
@@ -236,7 +236,7 @@ define float @add_S_init_42(<4 x float> %bin.rdx)  {
   ret float %r
 }
 
-; FIXME: The faddp.4s in the loop should not use v0.4s as second operand,
+; The faddp.4s in the loop should not use v0.4s as second operand,
 ; because this introduces an unnecessary cross-iteration dependency.
 define float @fadd_reduction_v4f32_in_loop(ptr %ptr.start) {
 ; CHECK-LABEL: fadd_reduction_v4f32_in_loop:
@@ -273,7 +273,7 @@ exit:
   ret float %red.next
 }
 
-; FIXME: The faddp.4h in the loop should not use v0.4h as second operand,
+; The faddp.4h in the loop should not use v0.4h as second operand,
 ; because this introduces an unnecessary cross-iteration dependency.
 define half @fadd_reduction_v4f16_in_loop(ptr %ptr.start) {
 ; FULLFP16-LABEL: fadd_reduction_v4f16_in_loop:
@@ -342,7 +342,7 @@ exit:
   ret half %red.next
 }
 
-; FIXME: The faddp.8h in the loop should not use v0.8h as second operand,
+; The faddp.8h in the loop should not use v0.8h as second operand,
 ; because this introduces an unnecessary cross-iteration dependency.
 define half @fadd_reduction_v8f16_in_loop(ptr %ptr.start) {
 ; FULLFP16-LABEL: fadd_reduction_v8f16_in_loop:


        


More information about the llvm-commits mailing list