This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][AsmParser] Fix segfault on illegal fpimm.
ClosedPublic

Authored by sdesmalen on May 29 2018, 8:58 AM.

Details

Summary

Floating point immediate combining a negative sign and
a hexadecimal number, e.g. #-0x0 caused the compiler to crash.

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.May 29 2018, 8:58 AM
javed.absar accepted this revision.May 29 2018, 9:33 AM
This revision is now accepted and ready to land.May 29 2018, 9:33 AM
This revision was automatically updated to reflect the committed changes.