[PATCH] D100658: [RISCV] Apply __clang_riscv_builtin_alias to overloaded builtins.

Zakk Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 17 05:53:35 PDT 2021


khchen added a comment.

I think you also need to handle `PermuteOperands` field <https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/riscv_vector.td#L196>? 
`PermuteOperands` performs the order permutation for non-masked and masked intrinsics  when the operand order is different to builtins.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100658



More information about the llvm-commits mailing list