This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Set isReMaterializable for ORI, XORI
ClosedPublic

Authored by apazos on Jan 22 2019, 3:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

apazos created this revision.Jan 22 2019, 3:29 PM

Sure, will update this patch and I have pushed the other changes to separate patches:
R351895 - Fixed isReMaterializable setting for LUI instruction.
https://reviews.llvm.org/D57069 [RISCV] Fixed isReMaterializable setting for ORI, XORI

asb accepted this revision.Jan 22 2019, 8:22 PM

LGTM, thanks. I think the commit would be best titled as something like "[RISCV] Set isReMaterializable for ORI, XORI".

This revision is now accepted and ready to land.Jan 22 2019, 8:22 PM
apazos retitled this revision from [RISCV] Fixed isReMaterializable setting for ORI, XORI to [RISCV] Set isReMaterializable for ORI, XORI.Jan 23 2019, 6:04 PM
apazos edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.