Bruno Cardoso Lopes
fe5b207577
Fix a tblgen bug.
...
Given the pattern below as an example:
list<dag> Pattern = [(set RC:$dst, (v4f32 (shufp:src3 RC:$src1,
(mem_frag addr:$src2))))];
The right reference resolving should lead to:
list<dag> Pattern = [(set VR128:$dst, (v4f32 (shufp:src3 VR128:$src1,
(mem_frag addr:$src2))))];
But was yielding:
list<dag> Pattern = [(set VR128:$dst, (v4f32 (shufp VR128:$src1,
(mem_frag addr:$src2))))];
Fix this by passing the right name when creating a new DagInit node.
llvm-svn: 106670
2010-06-23 19:50:39 +00:00
..
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-27 04:59:47 +00:00
2010-03-20 23:08:45 +00:00
2008-06-10 12:57:32 +00:00
2010-03-20 23:08:45 +00:00
2007-01-17 07:59:14 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-06-22 20:30:50 +00:00
2010-03-20 23:08:45 +00:00
2010-06-05 02:11:52 +00:00
2007-04-15 10:26:05 +00:00
2010-03-20 23:08:45 +00:00
2010-06-16 23:24:12 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-06-17 00:31:36 +00:00
2007-01-17 07:59:14 +00:00
2007-04-15 10:26:05 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-06-10 02:42:59 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2007-01-17 07:59:14 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2010-03-20 23:08:45 +00:00
2008-06-10 12:57:32 +00:00
2010-06-23 19:50:39 +00:00