[llvm] [GlobalISel] Synchronize GISelValueTrackingAnalysis behavior across Legacy and New PM paths (PR #207013)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 06:40:19 PDT 2026
================
@@ -2150,3 +2152,25 @@ TEST_F(AArch64GISelMITest, TestKnownBitsUADDO) {
EXPECT_EQ(0u, Res.One.getZExtValue());
EXPECT_EQ(31u, Res.Zero.countl_one());
}
+
+TEST_F(AArch64GISelMITest, TestSameOptLevelHasSameDepthAcrossPassManagers) {
----------------
daemonpilot wrote:
Yes, updated as suggested. Could you please take another look?
https://github.com/llvm/llvm-project/pull/207013
More information about the llvm-commits
mailing list