dtcxzyw / llvm-opt-benchmark

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

Update diff January 31st 2024, 11:23:55 am #173

Open github-actions[bot] opened 7 months ago

github-actions[bot] commented 7 months ago

from: https://github.com/llvm/llvm-project/commit/88610b79510983d7838e4f97411d5a2ac1f8fee8 to: https://github.com/llvm/llvm-project/commit/3f5fcb59ae582ebfbe3f23050d90f86a2cb76eb0 commit: e34c3dafed9d0d0158cdff48ba0a7b169f35aa15

Change Logs

from 88610b79510983d7838e4f97411d5a2ac1f8fee8 to 3f5fcb59ae582ebfbe3f23050d90f86a2cb76eb0

3f5fcb59ae582ebfbe3f23050d90f86a2cb76eb0 Fix MSVC "not all control paths return a value" warning. NFC. 929503ead36bd954a2fa9ca4338d12d8ddd607ff [X86] v2f32.ll - replace X32 check prefixes with X86 (and add common CHECK prefix) 00a68171085dbf7f02ec8ddad6240d90ba6d7286 [X86] v4f32-immediate.ll - replace X32 check prefixes with X86 8d450b47ba28748edfe975b35ab603bd43688d9b [X86] mmx-arith.ll - replace X32 check prefixes with X86 + strip cfi noise 53b9d479d5a4d31d2b4a57af7640c0747100a59d [X86] i256-add - replace i386 triple X32 check prefixes with X86 and add gnux32 triple tests 5a07774fe11b560652b15776ff6477ba17b6cae0 [SPIR-V] Improve how lowering of formal arguments in SPIR-V Backend interprets a value of 'kernel_arg_type' (#78730) e624648bd903208a92d8edbecbfa92085d1c34dc [mlir][EmitC] Add verbatim op (#79584) 78e0cca135076154abab21eadd146dc1dfd3549f [mlir] Fix debug output for passes that modify top-level operation. (#80022) 0217d2e089afba8ca33330713787521ba52a1056 [clang][AMDGPU] Remove trialing whitespace in doc c2c650f62e15ca2444e1a938fdf869c84535ef16 [AMDGPU] Stop combining arbitrary offsets into PAL relocs (#80034) 50e80e06d1d4d1de200a3b349fcdd0dd0d0eb66d [ValueTracking] Merge cannotBeOrderedLessThanZeroImpl into computeKnownFPClass (#76360) 942cc9a222343d18339d08516166cfe94445fd13 Revert "[CodeGen] Don't include aliases in RegisterClassInfo::IgnoreCSRForAllocOrder (#80015)" da784a25557e29996bd33638d51d569ddf989faf [mlir][IR] Add RewriterBase::moveBlockBefore and fix bug in moveOpBefore (#79579) b210cbbd0eb8ef7cd2735e99570474e6e53ee00b [BDCE] Fix clearing of poison-generating flags 24a804101b67676aa9fa7f1097043ddd9e2ac1b6 [llvm][Support] Support bright colors in raw_ostream (#80017) 44ba4c732b60f4e3ab83703e4c83b35f91c4eb13 [GitHub][workflows] Add buildbot information comment to first merged PR from a new contributor (#78292) db1fbd65eb5cec0eb8ac0bd0cc38c88dda1babf7 [BDCE] Add tests for #80113 (NFC) ce7cc723b9d51ad9c741bbaeecb5e008b2b81338 [mlir][memref] memref.subview: Verify result strides

dtcxzyw commented 7 months ago

See also https://github.com/dtcxzyw/llvm-opt-benchmark/pull/44.