Skip to content

Commit

Permalink
Update alive-mutateBugList.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatsunespica authored May 29, 2024
1 parent 1aba6b5 commit bfc0a5d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions alive-mutateBugList.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,17 @@ This category is for bugs that crashes
5. InstCombine crashes (https://github.com/llvm/llvm-project/issues/56945)
6. InstSimplify Bug (https://github.com/llvm/llvm-project/issues/56968)
7. InstCombine Crash (https://github.com/llvm/llvm-project/issues/56981)
8. aarch64 global isel backend crashes on valid input (https://github.com/llvm/llvm-project/issues/58423)
9. aarch64 global isel backend assertion violation when translating udiv of i1 (https://github.com/llvm/llvm-project/issues/58425)
10. fprintf() requires two pointer arguments (https://github.com/llvm/llvm-project/issues/59757)
11. opt -O2 crash Assertion (Value == 0 || llvm::isPowerOf2_64(Value)) && Alignment is neither 0 nor a power of 2 failed, but works under instcombine(https://github.com/llvm/llvm-project/issues/64687)
12. opt -O2 crash Assertion false && "memory location set"' failed, but works underinstcombine(https://github.com/llvm/llvm-project/issues/64661)
13. SORA crash (https://github.com/llvm/llvm-project/issues/72035)
14. vectorcombine crash (https://github.com/llvm/llvm-project/issues/72034)
8. opt crash: "Assertion `GV && "Could not find a corresponding global variable"' failed. (https://github.com/llvm/llvm-project/issues/57832)
9. aarch64 global isel backend crashes on valid input (https://github.com/llvm/llvm-project/issues/58423)
10. aarch64 global isel backend assertion violation when translating udiv of i1 (https://github.com/llvm/llvm-project/issues/58425)
11. fprintf() requires two pointer arguments (https://github.com/llvm/llvm-project/issues/59757)
12. opt -O2 crash Assertion (Value == 0 || llvm::isPowerOf2_64(Value)) && Alignment is neither 0 nor a power of 2 failed, but works under instcombine(https://github.com/llvm/llvm-project/issues/64687)
13. opt -O2 crash Assertion false && "memory location set"' failed, but works underinstcombine(https://github.com/llvm/llvm-project/issues/64661)
14. SORA crash (https://github.com/llvm/llvm-project/issues/72035)
15. vectorcombine crash (https://github.com/llvm/llvm-project/issues/72034)
16. fatal error in llvm::DAGTypeLegalizer::ExpandIntRes_FP_TO_UINT for AArch64 (https://github.com/llvm/llvm-project/issues/72806)
17. SROA crash (https://github.com/llvm/llvm-project/issues/72035)
18. vectorcombine crash (https://github.com/llvm/llvm-project/issues/72034)

## Category 3
This category is for that the test file is originaly wrong
Expand Down

0 comments on commit bfc0a5d

Please sign in to comment.