[llvm] Fix incorrect codegen with respect to GEPs #85333 (PR #88440)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 20 05:04:17 PDT 2024


================

----------------
nikic wrote:

As a warning: GVNSink is non-deterministic, which makes it easy for tests written in one environment to fail on some buildbots. I don't know whether it will affect this specific test. This non-determinism (and the fact that it prevents us from writing tests) has been blocking various fixing in this incredibly broken pass.

https://github.com/llvm/llvm-project/pull/88440


More information about the llvm-commits mailing list