]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
R600: Fix a crash in the AMDILCFGStrucurizer
authorTom Stellard <thomas.stellard@amd.com>
Mon, 18 Nov 2013 19:43:38 +0000 (19:43 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 18 Nov 2013 19:43:38 +0000 (19:43 +0000)
commit44248e0f631beec23db16fa62ddfd799492ea3ff
treee7e188660c679c4a9770c3162c38630e32f25e86
parentef37e453c407675ab5934d2f6bcec706b7810878
R600: Fix a crash in the AMDILCFGStrucurizer

The ifPatternMatch() function was not correctly reporting the number
of matches in some cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195030 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDILCFGStructurizer.cpp
test/CodeGen/R600/structurize1.ll [new file with mode: 0644]