Skip to content

Commit

Permalink
Merge pull request #8259 from aviansie-ben/rename-vmx-record-form
Browse files Browse the repository at this point in the history
Remove use of old VMX record form instruction names
  • Loading branch information
gita-omr committed Jan 30, 2020
2 parents f4b1ae2 + febe94b commit 3f8a2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/p/codegen/J9TreeEvaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11687,7 +11687,7 @@ static TR::Register *inlineEncodeUTF16(TR::Node *node, TR::CodeGenerator *cg)

static TR::Register *inlineIntrinsicIndexOf(TR::Node *node, TR::CodeGenerator *cg, bool isLatin1)
{
auto vectorCompareOp = isLatin1 ? TR::InstOpCode::vcmpeubr : TR::InstOpCode::vcmpeuhr;
auto vectorCompareOp = isLatin1 ? TR::InstOpCode::vcmpequb_r : TR::InstOpCode::vcmpequh_r;
auto scalarLoadOp = isLatin1 ? TR::InstOpCode::lbzx : TR::InstOpCode::lhzx;

TR::Register *array = cg->evaluate(node->getChild(1));
Expand Down

0 comments on commit 3f8a2c1

Please sign in to comment.