spirv: Implement EmitIdentity
This commit is contained in:
parent
b5d7279d87
commit
3a59fffaa1
2 changed files with 3 additions and 3 deletions
|
@ -180,8 +180,8 @@ Id EmitSPIRV::EmitPhi(EmitContext& ctx, IR::Inst* inst) {
|
|||
|
||||
void EmitSPIRV::EmitVoid(EmitContext&) {}
|
||||
|
||||
void EmitSPIRV::EmitIdentity(EmitContext&) {
|
||||
throw NotImplementedException("SPIR-V Instruction");
|
||||
Id EmitSPIRV::EmitIdentity(EmitContext& ctx, const IR::Value& value) {
|
||||
return ctx.Def(value);
|
||||
}
|
||||
|
||||
void EmitSPIRV::EmitGetZeroFromOp(EmitContext&) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue