mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
radeon/llvm: Add bitconvert patterns for SI
This commit is contained in:
parent
4cab682184
commit
ad95bcb31f
1 changed files with 6 additions and 0 deletions
|
|
@ -911,6 +911,12 @@ def : Insert_Element <f32, v4f32, VReg_32, VReg_128, 7, sel_w>;
|
|||
def : Vector_Build <v4f32, VReg_32>;
|
||||
def : Vector_Build <v4i32, SReg_32>;
|
||||
|
||||
def : BitConvert <i32, f32, SReg_32>;
|
||||
def : BitConvert <i32, f32, VReg_32>;
|
||||
|
||||
def : BitConvert <f32, i32, SReg_32>;
|
||||
def : BitConvert <f32, i32, VReg_32>;
|
||||
|
||||
/*
|
||||
def : Pat<
|
||||
(int_SI_vs_load_buffer_index),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue