This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Description from: llvm/llvm-project@e7bf750
to: llvm/llvm-project@5b8664f
commit: 4c603ab
Change Logs
from e7bf75043701119f8aeecff4c203cbcf2266fa62 to 5b8664fcb253fbd9eb0e83db3c1c0e19dd2499ef
5b8664fcb253fbd9eb0e83db3c1c0e19dd2499ef [InstCombine][foldPHIArgGEPIntoPHI] Early return for const vector index for gep inst (#138661)
01761a73e4d74bf1f84537b00fd89d7e75b71f5b [AMDGPU] Add missing intrinsic declaration to intrinsics.ll. NFC. (#138954)
d307c774d0dd5062199f6d97b2184cb76e157542 X86: Add asm modifier tests for 64-bit PIC
19174126cfe9f7e392104bd0bc56ca8ffb674115 [SLP] Simplify buildTree() legality checks (NFC) (#138833)
e18f248956b317f06f7822920c72d7a2eebcd267 [lldb][test] Disable flaky test_qThreadInfo_matches_qC_attach test on AArch64 Linux (#138940)
09984be7d9c8b4ccb8fc27b0533c049f384a898f X86,test: Improve asm modifier tests
c099caa292cb93b441b1082a9ea59265721bce13 [MLIR][TOSA-Linalg] Fix rescale lowering for unsigned input zp (#138780)
Improvements:
local.NumPHICSEs 157136 -> 157430 +0.19%
dse.NumCFGChecks 539339 -> 540055 +0.13%
dse.NumCFGTries 49150 -> 49209 +0.12%
simplifycfg.NumSinkCommonCode 307999 -> 308281 +0.09%
gvn.NumGVNInstr 139414 -> 139516 +0.07%
gvn.NumGVNPRE 139414 -> 139516 +0.07%
gvn.NumGVNEqProp 356129 -> 356348 +0.06%
simplifycfg.NumSinkCommonInstrs 653691 -> 654011 +0.05%
instcombine.NumConstProp 122295 -> 122333 +0.03%
simple-loop-unswitch.NumCostMultiplierSkipped 13497 -> 13501 +0.03%
Regressions:
correlated-value-propagation.NumAShrsRemoved 193 -> 189 -2.07%
correlated-value-propagation.NumAShrsConverted 4460 -> 4375 -1.91%
dse.NumCompletePartials 24677 -> 24619 -0.24%
instcombine.NumPHICSEs 2193643 -> 2191703 -0.09%
correlated-value-propagation.NumSICmps 52709 -> 52667 -0.08%
licm.NumMovedCalls 25416 -> 25400 -0.06%
memdep.NumCacheDirtyNonLocalPtr 22702 -> 22693 -0.04%
loop-simplifycfg.NumTerminatorsFolded 8111 -> 8108 -0.04%
correlated-value-propagation.NumPhis 1111859 -> 1111485 -0.03%
dse.NumGetDomMemoryDefPassed 1150448 -> 1150075 -0.03%
Reactions are currently unavailable
from: llvm/llvm-project@e7bf750
to: llvm/llvm-project@5b8664f
commit: 4c603ab
Change Logs
from e7bf75043701119f8aeecff4c203cbcf2266fa62 to 5b8664fcb253fbd9eb0e83db3c1c0e19dd2499ef
5b8664fcb253fbd9eb0e83db3c1c0e19dd2499ef [InstCombine][foldPHIArgGEPIntoPHI] Early return for const vector index for gep inst (#138661)
01761a73e4d74bf1f84537b00fd89d7e75b71f5b [AMDGPU] Add missing intrinsic declaration to intrinsics.ll. NFC. (#138954)
d307c774d0dd5062199f6d97b2184cb76e157542 X86: Add asm modifier tests for 64-bit PIC
19174126cfe9f7e392104bd0bc56ca8ffb674115 [SLP] Simplify buildTree() legality checks (NFC) (#138833)
e18f248956b317f06f7822920c72d7a2eebcd267 [lldb][test] Disable flaky test_qThreadInfo_matches_qC_attach test on AArch64 Linux (#138940)
09984be7d9c8b4ccb8fc27b0533c049f384a898f X86,test: Improve asm modifier tests
c099caa292cb93b441b1082a9ea59265721bce13 [MLIR][TOSA-Linalg] Fix rescale lowering for unsigned input zp (#138780)