new testcase
authorChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2004 22:51:19 +0000 (22:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2004 22:51:19 +0000 (22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14442 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/add.ll

index 8c99eac39706cf4f544f559de304d1bb8ffdbeba..8dd4c82fa9f1573805d8fbb6163772ecabd17ca8 100644 (file)
@@ -130,3 +130,8 @@ int %test20(int %x) {
         ret int %tmp.4
 }
 
+bool %test21(uint %x) {
+       %t = add uint %x, 4
+       %y = seteq uint %t, 123
+       ret bool %y
+}