We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from: llvm/llvm-project@69cc3f0 to: llvm/llvm-project@3291372 commit: f8bb320
from 69cc3f096ccbdef526bbd5a065a25c95122e87ee to 32913724acf9e02beed46999fee1424086b8c884
32913724acf9e02beed46999fee1424086b8c884 [mlir][vector] Fix 0-d vector transfer mask inference (#116526) 197fb270cc2f947bdde047d9aac65b653f4f6f26 [AArch64][NFC] NFC for const vector as Instruction operand (#116790) c4be13cb9c81469060e2018f4e4673440772db03 Revert "[TargetVersion] Only enable on RISC-V and AArch64" (#117110) 75b8f98ef69cc43289af4bddfa04e1cf90cc3d86 [SLP] NFC. Change the comment to match the code execution. (#116022) 922282eacfc054ddadbec04825d6573179e66200 [TargetVersion] Only enable on RISC-V and AArch64 (#115991) a432f11a52dd5ec21a3438bdaa8f623e32a3234c [JITLink][arm64] Support arm64e JIT'd code (initially enabled for MachO only). 4d6e69143dc449814884ac649583d3b35bc4ae91 Add the initializes attribute inference (#117104)
Compilation time result (by files): Top 5 improvements: faiss/IndexIVFFastScan.cpp.ll 7176724746 -> 7087024978 -1.25% faiss/IVFlib.cpp.ll 1365880185 -> 1350021467 -1.16% lightgbm/dataset_loader.cpp.ll 7146840615 -> 7074529185 -1.01% faiss/IndexFlat.cpp.ll 554196969 -> 549616188 -0.83% libquic/p224-64.c.ll 10141276690 -> 10074818506 -0.66% Top 5 regressions: opencv/opencv-onnx.pb.cc.ll 4000008219 -> 4171978490 +4.30% abseil-cpp/demangle.cc.ll 2122472514 -> 2177872956 +2.61% faiss/IndexIVFAdditiveQuantizer.cpp.ll 679558251 -> 696170052 +2.44% cpython/parser.ll 9829900189 -> 9988096684 +1.61% llvm/CGExprComplex.cpp.ll 3670420586 -> 3719876580 +1.35% Overall: 0.06748907%
Compilation time result (by projects): Top 5 improvements: Top 5 regressions: oniguruma 12023783680 -> 12065815535 +0.35% c3c 38242826595 -> 38369734406 +0.33% luajit 71866305401 -> 72062493079 +0.27% sqlite 71566490950 -> 71751157706 +0.26% pugixml 9766314394 -> 9790339029 +0.25% Overall: 0.07105112%
Improvements: abstract-call-sites.NumInvalidAbstractCallSitesNoCallback 98514 -> 98532 +0.02% count-visits.MaxVisited 44092 -> 44096 +0.01% abstract-call-sites.NumInvalidAbstractCallSitesUnknownUse 636880 -> 636895 +0.00% memdep.NumCacheCompleteNonLocalPtr 4140063 -> 4140160 +0.00% memdep.NumCacheNonLocalPtr 176630421 -> 176633700 +0.00% gvn.NumGVNSimpl 4161800 -> 4161873 +0.00% dse.NumRemainingStores 35803420 -> 35803955 +0.00% memdep.NumUncacheNonLocalPtr 169399494 -> 169401971 +0.00% reassociate.NumChanged 4315557 -> 4315607 +0.00% capture-tracking.NumNotCapturedBefore 15832621 -> 15832798 +0.00% Regressions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@69cc3f0
to: llvm/llvm-project@3291372
commit: f8bb320
Change Logs
from 69cc3f096ccbdef526bbd5a065a25c95122e87ee to 32913724acf9e02beed46999fee1424086b8c884
32913724acf9e02beed46999fee1424086b8c884 [mlir][vector] Fix 0-d vector transfer mask inference (#116526)
197fb270cc2f947bdde047d9aac65b653f4f6f26 [AArch64][NFC] NFC for const vector as Instruction operand (#116790)
c4be13cb9c81469060e2018f4e4673440772db03 Revert "[TargetVersion] Only enable on RISC-V and AArch64" (#117110)
75b8f98ef69cc43289af4bddfa04e1cf90cc3d86 [SLP] NFC. Change the comment to match the code execution. (#116022)
922282eacfc054ddadbec04825d6573179e66200 [TargetVersion] Only enable on RISC-V and AArch64 (#115991)
a432f11a52dd5ec21a3438bdaa8f623e32a3234c [JITLink][arm64] Support arm64e JIT'd code (initially enabled for MachO only).
4d6e69143dc449814884ac649583d3b35bc4ae91 Add the initializes attribute inference (#117104)
The text was updated successfully, but these errors were encountered: