We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe8543 commit e04c938Copy full SHA for e04c938
clang/test/Analysis/PR38208.c
@@ -2,6 +2,11 @@
2
3
// expected-no-diagnostics
4
5
+// This test case used to demonstrate a huge slowdown regression.
6
+// Reported in https://bugs.llvm.org/show_bug.cgi?id=38208
7
+// Caused by 2bbccca9f75b6bce08d77cf19abfb206d0c3bc2e aka. "aggressive-binary-operation-simplification"
8
+// Fixed by dcde8acc32f1355f37d3bc2814c528fdc2ca5f94
9
+
10
int foo(int a, int b) {
11
a += b; b -= a;
12
0 commit comments