You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AArch64] Remove redundant FMOV for zero-extended i32/i16 loads to f64
Previously, a load from i32 or i16, followed by zero-extension to i64 and a
bitcast to f64, would emit separate FMOV instructions.
This patch introduces new corresponding TableGen patterns to avoid the unnecessary FMOV.
Tests added:
- load_u64_from_u32.ll
- load_u64_from_u16.ll
0 commit comments