With the change in the td file, there will be new rules for extension related patterns in AMDGPU global isel MatchTable.
But we can not use these patterns in global isel for now as there seems some bug/limitation in selectImpl(), the select function will create an illegal copy from VGPR to SGPR.
So this patch also tries not to use these new added rules for now. So these two changes make this patch be an NFC. I think this is expected.
This patch is needed because of many other rules in D141247.
Fixes #61468