summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FileParser.cpp.cvs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-20 00:18:02 +0000
committerChris Lattner <sabre@nondot.org>2006-06-20 00:18:02 +0000
commit9500b343db4be8e7a7ef6881bd68d65b7244d24e (patch)
tree59ff9033948041bec5c851b34eb02717fc1fdb84 /llvm/utils/TableGen/FileParser.cpp.cvs
parent55594634d7a7dff55db6d934e02c48327419f3e8 (diff)
downloadbcm5719-llvm-9500b343db4be8e7a7ef6881bd68d65b7244d24e.tar.gz
bcm5719-llvm-9500b343db4be8e7a7ef6881bd68d65b7244d24e.zip
Make sure to use the result of the pattern to infer the result type of the
instruction, and the result type of the instruction to refine the pattern. This allows us to write things like this: def : Pat<(v2i64 (bitconvert (v16i8 VR128:$src))), (v2i64 VR128:$src)>; as: def : Pat<(v2i64 (bitconvert (v16i8 VR128:$src))), (VR128:$src)> and fixes a ppc64 issue. llvm-svn: 28863
Diffstat (limited to 'llvm/utils/TableGen/FileParser.cpp.cvs')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud