This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix the incorrect 'RM' flag set on load/store instr
ClosedPublic

Authored by steven.zhang on Oct 29 2019, 12:17 AM.

Details

Summary

The 'RM' flag model the "Rounding Mode" and it has nothing to do with the load/store instructions.

Diff Detail

Event Timeline

steven.zhang created this revision.Oct 29 2019, 12:17 AM
jsji accepted this revision as: jsji.Nov 5 2019, 12:38 PM

LGTM.

This revision is now accepted and ready to land.Nov 5 2019, 12:38 PM
This revision was automatically updated to reflect the committed changes.