[PATCH] D153479: [NFC] Tests for future commit in DAGCombiner
Konstantina Mitropoulou via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 16:11:48 PDT 2023
kmitropoulou 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)
+
----------------
arsenm wrote:
> Also test f16 and v2f16
I added tests: test84, test85, test86, test87, test88, test89, tes90 and test91.
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