This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Remove a redundant check. NFC
ClosedPublic

Authored by haicheng on Dec 20 2016, 2:44 PM.

Details

Summary

The case AM.Scale == 0 is already handled by the code right above.

Diff Detail

Repository
rL LLVM

Event Timeline

haicheng updated this revision to Diff 82158.Dec 20 2016, 2:44 PM
haicheng retitled this revision from to [AArch64] Remove a redundant check. NFC.
haicheng updated this object.
haicheng added reviewers: mcrosier, t.p.northover.
haicheng set the repository for this revision to rL LLVM.
haicheng added a subscriber: llvm-commits.
rovka accepted this revision.Dec 20 2016, 9:59 PM
rovka added a reviewer: rovka.
rovka added a subscriber: rovka.

Seems legit.

This revision is now accepted and ready to land.Dec 20 2016, 9:59 PM
This revision was automatically updated to reflect the committed changes.