reduction operator min and max are not supported with complex type.
Add a proper error so it fails correctly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good. Though it makes me wonder if we should be stricter than just min/max. Other reduction operators including logical don't really apply.