Add support for Ldexp operation in glsl extended instruction set for SPIR-V dialect.
co-authored-by: Alan Liu <alanliu.yf@gmail.com>
Differential D97228
[mlir][spirv] Add support for Ldexp operation in glsl extended instruction set Weiwei-2021 on Feb 22 2021, 2:30 PM. Authored by
Details
Add support for Ldexp operation in glsl extended instruction set for SPIR-V dialect. co-authored-by: Alan Liu <alanliu.yf@gmail.com>
Diff Detail
Event TimelineComment Actions Forget to mention it in the commit msg (too quick to click the button:)). I am not 100% sure how to refer an operand in the error msg (e.g., x, exp in this case). Therefore, I keep the words the same as the SPIR-V Extended Instruction Set Spec. Comment Actions Nice, thanks for the contribution!
|
This does not match with the assembly format. Actually with assembly format defined you can omit this grammar.