dtcxzyw / llvm-opt-benchmark

An LLVM IR dataset for data-driven compiler optimization research
https://dtcxzyw.github.io/llvm-opt-benchmark/
MIT License
19 stars 5 forks source link

Update diff May 16th 2024, 6:36:06 pm #609

Open github-actions[bot] opened 5 months ago

github-actions[bot] commented 5 months ago

from: https://github.com/llvm/llvm-project/commit/bd6c358d01f6ebc3851996e2c29c47b08e992525 to: https://github.com/llvm/llvm-project/commit/23f1047daac9702876ca99b53e8fe649fca569fa commit: 9d355df571f2b9b0906fbc677dc0a1592cb81625

Change Logs

from bd6c358d01f6ebc3851996e2c29c47b08e992525 to 23f1047daac9702876ca99b53e8fe649fca569fa

23f1047daac9702876ca99b53e8fe649fca569fa [InstCombine] Fold (icmp pred (trunc nuw/nsw X), C) -> (icmp pred X, (zext/sext C)) ebbf484e1c62a312d88c7f6482af11a58d40f52d [InstCombine] Add tests for folding (icmp pred (trunc nuw/nsw X), C); NFC 05347f8c2fde0cde2fd12f1ec3611eeaf666ece0 [ValueTracking] Compute knownbits from (icmp upred (add/sub nuw X, Y), C) 80a0a067fb8cc3122f53083fd2fe20f9d5dfc5bf [ValueTracking] Add tests for computing knownbits from (icmp upred (add/sub nuw X, Y), C); NFC 525bd66fc29fd056ef18118dfff3c9cc05fdd5e3 [lldb-dap] Separate user and developer documentation (#92428) 0dc80e4b2640f80a5b421e6e636d2a7243150917 [memprof] Group MemProf data structures into a struct (NFC) (#92360) c7ae8c6639370ccbc583dca019bbb78761ce423d [lldb] Fixed the DAP tests in case of a remote target (#92416) f03430f5e37e8eb64878dc538b05210adea2d80f [libc++] LWG3672: common_iterator::operator->() should return by value (#87899)

dtcxzyw commented 5 months ago

See https://github.com/dtcxzyw/llvm-opt-benchmark/pull/465#discussion_r1546021756

dtcxzyw commented 5 months ago

And https://github.com/dtcxzyw/llvm-opt-benchmark/pull/600