[PATCH] D108702: [PowerPC][NFC] Rename P10 builtins vec_clrl, vec_clrr to vec_clr_first and vec_clr_last

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 25 15:21:21 PDT 2021


amyk accepted this revision as: amyk.
amyk added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108702/new/

https://reviews.llvm.org/D108702



More information about the cfe-commits mailing list