You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "harinreddy (Code Review)" <ge...@cloudera.org> on 2022/09/19 03:43:45 UTC

[kudu-CR] Adds opname test for ‘BLR” for ppc64le architecture

harinreddy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19017


Change subject: Adds opname test for ‘BLR” for ppc64le architecture
......................................................................

Adds opname test for ‘BLR” for ppc64le architecture

ppc64le does not have the assembler instruction “RET”.
This patch adds opname test for “BLR” which is euivalent to
“RET” opcode.

 Changes to be committed:
        modified:   src/kudu/codegen/code_generator.cc

Change-Id: I6dcd657967250c907e2088030018c91099b5507e
---
M src/kudu/codegen/code_generator.cc
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/19017/1
-- 
To view, visit http://gerrit.cloudera.org:8080/19017
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6dcd657967250c907e2088030018c91099b5507e
Gerrit-Change-Number: 19017
Gerrit-PatchSet: 1
Gerrit-Owner: harinreddy <hn...@us.ibm.com>

[kudu-CR] Adds opname test for ‘BLR” for ppc64le architecture

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has abandoned this change. ( http://gerrit.cloudera.org:8080/19017 )

Change subject: Adds opname test for ‘BLR” for ppc64le architecture
......................................................................


Abandoned

this is a duplicate https://gerrit.cloudera.org/#/c/19016/
-- 
To view, visit http://gerrit.cloudera.org:8080/19017
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I6dcd657967250c907e2088030018c91099b5507e
Gerrit-Change-Number: 19017
Gerrit-PatchSet: 1
Gerrit-Owner: harinreddy <hn...@us.ibm.com>
Gerrit-Reviewer: Kudu Jenkins (120)