This patch renames the vector clear left/right builtins vec_clrl, vec_clrr to vec_clr_first and vec_clr_last to avoid the ambiguities when dealing with endianness.
Details
Details
- Reviewers
amyk lei stefanp - Group Reviewers
Restricted Project - Commits
- rG2e5c17d19e37: [PowerPC][NFC] Rename P10 builtins vec_clrl, vec_clrr to vec_clr_first and…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We wanted vec_clr_first to translate to vclrrb for LE, and to vclrlb for BE, and the opposite mapping for vec_clr_last, so I think this LGTM.