You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Root cause]
the DBG_VALUE break (669) Machine Copy Propagation PASS to handle
BackwardCopyPropagateBlock() for LEA64 and COPY.
Correct "669" with "6173":
BISECT: running pass (6173) Machine Copy Propagation Pass on function (_ZN23btConvexConvexAlgorithm16processCollisionEP17btCollisionObjectS1_RK16btDispatcherInfoP16btManifoldResult)
Extended Description
Debug Info should have no effect on codegen, using check_cfc to scan llvm_test_suite, find a bug here:
[Reproduce]
$HOME/llvm-project/clang/utils/check_cfc/clang++ $HOME/test-suite/MultiSource/Benchmarks/Bullet/btConvexConvexAlgorithm.cpp -w -c -O2 -I $HOME/test-suite/MultiSource/Benchmarks/Bullet/include -o tmp.ll
[result]
Check CFC, checking: dash_g_no_change, dash_s_no_change
/home/chris/test-suite/MultiSource/Benchmarks/Bullet/btConvexConvexAlgorithm.cpp Code difference detected with -g
--- /tmp/tmpKmXkNI.o
+++ /tmp/tmp7GmGG6.o
@@ -254,6 +254,6 @@
*** Diff truncated ***
The text was updated successfully, but these errors were encountered: