summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-26 18:46:49 +0000
committerChris Lattner <sabre@nondot.org>2005-08-26 18:46:49 +0000
commitbec817ce6fc511003a61cd69a5f9165ab5fc3c9e (patch)
tree283f91db17803367ca300caa66d863fdf53aca6e /llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
parenta9e6a82d6669416fc23e9409cb50a2571e9579b9 (diff)
downloadbcm5719-llvm-bec817ce6fc511003a61cd69a5f9165ab5fc3c9e.tar.gz
bcm5719-llvm-bec817ce6fc511003a61cd69a5f9165ab5fc3c9e.zip
implement the fold for:
bool %test(int %X, int %Y) { %C = setne int %X, 0 ret bool %C } to: _test: addic r2, r3, -1 subfe r3, r2, r3 blr llvm-svn: 23089
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud