提交 02028b8e 编写于 作者: K kvn

6790182: matcher.cpp:1375: assert(false,"bad AD file")

Summary: Add a match rule for regD_low in regD definition.
Reviewed-by: never
上级 85014bf4
...@@ -3869,6 +3869,8 @@ operand regD() %{ ...@@ -3869,6 +3869,8 @@ operand regD() %{
constraint(ALLOC_IN_RC(dflt_reg)); constraint(ALLOC_IN_RC(dflt_reg));
match(RegD); match(RegD);
match(regD_low);
format %{ %} format %{ %}
interface(REG_INTER); interface(REG_INTER);
%} %}
...@@ -3883,7 +3885,7 @@ operand regF() %{ ...@@ -3883,7 +3885,7 @@ operand regF() %{
operand regD_low() %{ operand regD_low() %{
constraint(ALLOC_IN_RC(dflt_low_reg)); constraint(ALLOC_IN_RC(dflt_low_reg));
match(RegD); match(regD);
format %{ %} format %{ %}
interface(REG_INTER); interface(REG_INTER);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册