Skip to content

Commit 4eff96c

Browse files
authored
fix link in BugList.md
1 parent 5e73901 commit 4eff96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BugList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Please contact us or submit a PR if something is missing or inaccurate.
9494
87. InstCombine: incorrect vector fshr->shl transformation (https://llvm.org/PR89338)
9595
88. VectorCombine: shufflevector reorder leads to srem by poison (https://llvm.org/PR89390)
9696
89. InstCombine: incorrect srem rewrite (https://llvm.org/PR89516)
97-
90. InstCombine: incorrect swap of select vector operands (https://llvm.org/89669)
97+
90. InstCombine: incorrect swap of select vector operands (https://llvm.org/PR89669)
9898
91. SimplifyCFG: coalesced store retains the wrong alignment (https://llvm.org/PR89672)
9999
92. LoopVectorize introduces division by zero (https://llvm.org/PR89958)
100100
93. InstCombine: align attribute doesn't dereferenceability (https://llvm.org/PR90446)

0 commit comments

Comments
 (0)