This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Remove `*=` operator for LMULType
ClosedPublic

Authored by eopXD on May 19 2022, 11:24 PM.

Details

Summary

LMULType always manipulate on Log2LMUL, let all manipulations go
through LMULType::MulLog2LMUL.

Diff Detail

Event Timeline

eopXD created this revision.May 19 2022, 11:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 11:24 PM
eopXD requested review of this revision.May 19 2022, 11:24 PM
khchen accepted this revision.May 19 2022, 11:44 PM

LGTM, thanks.

This revision is now accepted and ready to land.May 19 2022, 11:44 PM
This revision was landed with ongoing or failed builds.May 19 2022, 11:47 PM
This revision was automatically updated to reflect the committed changes.