Original Post
I have piece of HLSL code and it works when compiled against shader model 2.0.When it I try compiling it for 1.1-1.4 it doesnt compile.Is there anyway to check the reason of this? How can I know if it is exceeding a limit of the shader model like instruction count etc.