mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
aea7929b0a
When working on an OpenMP offloading backend for standard parallel algorithms (https://github.com/llvm/llvm-project/pull/66968) we noticed the need of a generalization of `__is_trivial_plus_operation`. This patch merges `__is_trivial_equality_predicate` and `__is_trivial_plus_operation` into `__desugars_to`, and in the future we might extend the latter to support other binary operations as well. Co-authored-by: Louis Dionne <ldionne.2@gmail.com> |
||
---|---|---|
.. | ||
accumulate.h | ||
adjacent_difference.h | ||
exclusive_scan.h | ||
gcd_lcm.h | ||
inclusive_scan.h | ||
inner_product.h | ||
iota.h | ||
midpoint.h | ||
partial_sum.h | ||
pstl_reduce.h | ||
pstl_transform_reduce.h | ||
reduce.h | ||
transform_exclusive_scan.h | ||
transform_inclusive_scan.h | ||
transform_reduce.h |