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@d7073c5 to: llvm/llvm-project@3e763db commit: d30c43b
from d7073c527457dc0a71126381afb3c6f0efa1821c to 3e763db81607c71d0bb2eb4c01721ac6965d8de7
3e763db81607c71d0bb2eb4c01721ac6965d8de7 [SPIRV] Fix return type mismatch for createSPIRVEmitNonSemanticDIPass (#105889) b48ef8d8d4fac69a9763945a6019dc59ad21ca28 [mlir][sparse] unify block arguments order between iterate/coiterate operations. (#105567) 283dff4593dbbd68594606cda9fbd3631e6648dc [compiler-rt][nsan] Add support for nan detection (#101531) da6f42325175bdf1652c296136d9883e1100f86c [InstCombine] Fold (x < y) ? -1 : zext(x > y) and (x > y) ? 1 : sext(x < y) to ucmp/scmp(x, y) (#105272) 3b703d479ff37883242acc20fed317ed8a5466dc [Bitcode] Use DenseSet instead of std::set (NFC) (#105851) 64afbf0cbe2e7b77cc0e139cb9ccd086a7f9b930 [rtsan][compiler-rt] Prevent UB hang in rtsan lock unit tests (#104733)
(x < y) ? -1 : zext(x > y)
(x > y) ? 1 : sext(x < y)
ucmp/scmp(x, y)
Top 5 improvements: postgres/tuplesort.ll 1344991073 1336113294 -0.66% slurm/config_functions.ll 122236161 121631435 -0.49% linux/extable.ll 71930357 71653621 -0.38% wireshark/inet_cidr.c.ll 66632693 66390212 -0.36% openssl/libssl-lib-event_queue.ll 101902119 101547092 -0.35% Top 5 regressions: eastl/TestListMap.cpp.ll 954603993 959238585 +0.49% openssl/quic_tserver_test-bin-quic_tserver_test.ll 252562947 253380910 +0.32% recastnavigation/catch_amalgamated.cpp.ll 27885012200 27962304331 +0.28% openjdk/hb-ucd.ll 238520289 238921123 +0.17% postgres/spgtextproc.ll 322582627 323054773 +0.15% Overall: 0.01577879%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@d7073c5
to: llvm/llvm-project@3e763db
commit: d30c43b
Change Logs
from d7073c527457dc0a71126381afb3c6f0efa1821c to 3e763db81607c71d0bb2eb4c01721ac6965d8de7
3e763db81607c71d0bb2eb4c01721ac6965d8de7 [SPIRV] Fix return type mismatch for createSPIRVEmitNonSemanticDIPass (#105889)
b48ef8d8d4fac69a9763945a6019dc59ad21ca28 [mlir][sparse] unify block arguments order between iterate/coiterate operations. (#105567)
283dff4593dbbd68594606cda9fbd3631e6648dc [compiler-rt][nsan] Add support for nan detection (#101531)
da6f42325175bdf1652c296136d9883e1100f86c [InstCombine] Fold
(x < y) ? -1 : zext(x > y)
and(x > y) ? 1 : sext(x < y)
toucmp/scmp(x, y)
(#105272)3b703d479ff37883242acc20fed317ed8a5466dc [Bitcode] Use DenseSet instead of std::set (NFC) (#105851)
64afbf0cbe2e7b77cc0e139cb9ccd086a7f9b930 [rtsan][compiler-rt] Prevent UB hang in rtsan lock unit tests (#104733)
The text was updated successfully, but these errors were encountered: