This is an archive of the discontinued LLVM Phabricator instance.

Fix checks for AArch64MCExpr::VK_SABS flag
ClosedPublic

Authored by rinon on Apr 11 2019, 7:07 PM.

Details

Summary

VK_SABS is part of the SymLoc bitfield in the variant kind which should be
compared for equality, not by checking the VK_SABS bit.

Diff Detail

Repository
rL LLVM

Event Timeline

rinon created this revision.Apr 11 2019, 7:07 PM
This revision is now accepted and ready to land.Apr 12 2019, 12:37 PM
rinon added a comment.Apr 16 2019, 4:12 PM

Thanks @efriedma. Could someone commit this for me? I don't have commit access yet.

This revision was automatically updated to reflect the committed changes.