mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
Support arbitrarily-sized FPR writes on ARM in order to fix writing qN registers directly. Currently, writing them works only by accident due to value_regs splitting them into smaller writes via dN and sN registers. Differential Revision: https://reviews.llvm.org/D112131