2 Commits

Author SHA1 Message Date
Thomas Symalla
1f23cf4e50 [NFC][AMDGPU] Pre-commit test for D136432
Nested BFI instruction with multiple uses.
2022-10-25 10:52:32 +02:00
Thomas Symalla
09fbdde42c [NFC][AMDGPU] Add tests for dependent v_bfi instructions.
This commit adds a few tests which are used to test the codegen
of nested v_bfi instructions. These instruction sequences are
being generated when using the canonical form for bitfieldInsert
and having the sequences being transformed by SimplifyDemandedBits.

This is a pre-commit for a change which enables the backend to
lower these instruction sequences into v_bfi instructions.
2022-10-18 16:57:48 +02:00