This patch implements Vector signed/unsigned __int128 overloads for the comparison builtins.
Details
Details
- Reviewers
saghir nemanjai hfinkel amyk - Group Reviewers
Restricted Project - Commits
- rG88cdbeab417c: [PowerPC] Implement Vector signed/unsigned __int128 overloads for the…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please address clang-format issues and Lei's comments. Other than that, I think the patch LGTM.
llvm/test/CodeGen/PowerPC/vec_cmpq.ll | ||
---|---|---|
15 | I think a check at the end of the function is a good idea. Probably like, ; CHECK: blr |
nit: indentation