This patch adds the following built-ins:
builtin_vsx_build_pair
builtin_mma_build_acc
Differential D107647
[PowerPC] MMA - Add __builtin_vsx_build_pair and __builtin_mma_build_acc builtins saghir on Aug 6 2021, 7:44 AM. Authored by
Details
This patch adds the following built-ins: builtin_vsx_build_pair
Diff Detail
Event TimelineThis comment was removed by lei. Comment Actions Actually we should not be removing the deprecated bultins. Just need to add the new ones.
Comment Actions There are some questions to answer here before proceeding:
I am requesting changes until these questions are adequately addressed.
Comment Actions LGTM other than the code can be simplified as suggested.
|
doesn't look like we need the interm var IsLE. Just use the call directly within the if stmt.