[PATCH] D112001: [Clang] Add min/max reduction builtins.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 1 04:06:39 PDT 2021


aaron.ballman added a comment.

Precommit CI looks to be failing.

  /var/lib/buildkite-agent/builds/llvm-project/clang/test/CodeGen/builtins-reduction-math.c:13:9: error: initializing 'float' with an expression of incompatible type 'float4' (vector of 4 'float' values)
  
    float r1 = __builtin_reduce_max(vf1);


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112001



More information about the cfe-commits mailing list