Previously, creating a zero floating-point constant used MOVID even when
NEON was disabled which resulted in the following fatal error:
Attempting to emit MOVID instruction but the Feature_HasNEON predicate(s) are not met
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sounds good to me.
llvm/test/CodeGen/AArch64/movid-no-neon.ll | ||
---|---|---|
3 | These tests don't usually need -O0 or -filetype=asm |
These tests don't usually need -O0 or -filetype=asm