This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5370255ff18a: [RISCV] Merge Masked and unMasked RVV manual
codegen (authored by BeMg).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACT
BeMg updated this revision to Diff 484498.
BeMg added a comment.
rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140361/new/
https://reviews.llvm.org/D140361
Files:
clang/include/clang/Basic/riscv_vector.td
clang/lib/CodeGen/CGBuiltin.cpp
BeMg updated this revision to Diff 484459.
BeMg added a comment.
Update format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140361/new/
https://reviews.llvm.org/D140361
Files:
clang/include/clang/Basic/riscv_vector.td
clang/lib/CodeGen/CGBuil
kito-cheng accepted this revision.
kito-cheng added a comment.
This revision is now accepted and ready to land.
LGTM, thanks for clean up this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140361/new/
https://reviews.llvm.org/D140361
BeMg updated this revision to Diff 484437.
BeMg added a comment.
Update format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140361/new/
https://reviews.llvm.org/D140361
Files:
clang/include/clang/Basic/riscv_vector.td
clang/lib/CodeGen/CGBuil
BeMg updated this revision to Diff 484436.
BeMg added a comment.
Update format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140361/new/
https://reviews.llvm.org/D140361
Files:
clang/include/clang/Basic/riscv_vector.td
clang/lib/CodeGen/CGBuil
craig.topper added inline comments.
Comment at: clang/include/clang/Basic/riscv_vector.td:629
{
-if (DefaultPolicy == TAIL_AGNOSTIC)
- Ops.insert(Ops.begin(), llvm::PoisonValue::get(ResultType));
-IntrinsicTypes = {ResultType, Ops[3]->getType()};
-
BeMg updated this revision to Diff 484251.
BeMg added a comment.
Update format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140361/new/
https://reviews.llvm.org/D140361
Files:
clang/include/clang/Basic/riscv_vector.td
clang/lib/CodeGen/CGBuil