This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Asm: fix overlapping bit
ClosedPublic

Authored by c-rhodes on May 23 2019, 1:54 AM.

Details

Summary

Bit 20 in sve2_int_arith_pred TableGen class was overlapping. The
encodings are not affected as bit 20 is defined by the opc bits
and this was overwriting the earlier error of setting bit 20 to 0.

Raised by Momchil: https://reviews.llvm.org/D62130

Diff Detail

Repository
rL LLVM

Event Timeline

c-rhodes created this revision.May 23 2019, 1:54 AM
chill accepted this revision.May 23 2019, 2:16 AM
This revision is now accepted and ready to land.May 23 2019, 2:16 AM
This revision was automatically updated to reflect the committed changes.