mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 17:16:29 +00:00

Getting this to work required a few additional changes: - Add builtins for any instructions that can't be done with plain C currently. - Add support for the saturating version of fp_to_<s,i>_I16x8. Other vector sizes supported this already. - Support bitcast of f16x8 to v128. Needed to return a __f16x8 as v128_t.
-*- rst -*- This is a collection of tests to check that the expected assembly is generated from clang intrinsic headers.