[PATCH] D152715: [AMDGPU][GFX11] Add test coverage for 16-bit conversions, part 2.

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 07:28:30 PDT 2023


Joe_Nash added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/fabs.f16.ll:747
 
 ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
 ; GCN: {{.*}}
----------------
Please remove the unused prefixes


================
Comment at: llvm/test/CodeGen/AMDGPU/fadd.f16.ll:470
 attributes #1 = { nounwind readnone }
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; CHECK: {{.*}}
----------------
Please remove the unused prefixes


================
Comment at: llvm/test/CodeGen/AMDGPU/fcopysign.f32.ll:1150
 attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; GCN: {{.*}}
----------------
Please remove the unused prefixes


================
Comment at: llvm/test/CodeGen/AMDGPU/fcopysign.f64.ll:1094
 attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; GCN: {{.*}}
----------------
Please remove the unused prefixes


================
Comment at: llvm/test/CodeGen/AMDGPU/fexp.ll:290
 
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; GCN: {{.*}}
----------------
Please remove the unused prefixes


================
Comment at: llvm/test/CodeGen/AMDGPU/fmax3.ll:617
 attributes #2 = { nounwind "no-nans-fp-math"="true" }
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; GCN: {{.*}}
----------------
Please remove the unused prefixes


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152715/new/

https://reviews.llvm.org/D152715



More information about the llvm-commits mailing list