[PATCH] D153479: [NFC] Tests for future commit in DAGCombiner

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 05:15:28 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/combine_andor_with_cmps.ll:1874
+declare double @llvm.canonicalize.f64(double)
+declare float @llvm.canonicalize.f32(float)
+
----------------
Also test f16 and v2f16


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153479



More information about the llvm-commits mailing list