This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add some InstAlias definitions
ClosedPublic

Authored by ZhangKang on Apr 6 2020, 8:31 AM.

Details

Summary

This patch add the InstAlias definitions for below instructions.

ADDI ADDIS ADDI8 ADDIS8
RLWINM8
ISEL ISEL8
OR OR_rec ORI ORI8 XORI8
CNTLZW8 CNTLZW8_rec
TEND TSR
RFEBB
NOR NOR_rec
MTCRF
SUBF SUBF_rec SUBFC SUBFC_rec
RLDICL_32_64
TW

Diff Detail

Event Timeline

ZhangKang created this revision.Apr 6 2020, 8:31 AM
steven.zhang accepted this revision.May 18 2020, 7:09 PM

LGTM. I trust in you that you have done a fully test for this patch and check it carefully with PowerISA.

This revision is now accepted and ready to land.May 18 2020, 7:09 PM
This revision was automatically updated to reflect the committed changes.