search for: r297871

Displaying 1 result from an estimated 1 matches for "r297871".

2017 May 29
4
The state of ARMConstantIslandPass in 4.0.[01]
...com/rust-lang/rust/issues/42248 The former of these is a fairly benign assertion failure, but the latter is a scary "in the wild" wrong codegen bug, which can really mess up with programmers. Both of the bugs have fixes in trunk: r295964 - Fix assertion failure in ARMConstantIslandPass. r297871 - ARM: avoid clobbering register in v6 jump-table expansion. I can easily backport the fixes for these 2 bugs into our LLVM branch. However, while looking at the diff between 4.0 and trunk I've seen several more fixes to "scary-looking" bugs: r294949 - [Thumb-1] TBB generation: spot...