summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGParser.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-06-23 19:50:39 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-06-23 19:50:39 +0000
commit30a28d658832fe58b5bcdf2225751bded9cc0e1d (patch)
treec20505ed90dbe4d6e3012e5aa8e1295de190d6a8 /llvm/utils/TableGen/TGParser.cpp
parentd3e231eb3ce6a2a9933da063ab85445baefe36e7 (diff)
downloadbcm5719-llvm-30a28d658832fe58b5bcdf2225751bded9cc0e1d.tar.gz
bcm5719-llvm-30a28d658832fe58b5bcdf2225751bded9cc0e1d.zip
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
Diffstat (limited to 'llvm/utils/TableGen/TGParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud