[llvm-branch-commits] [llvm] release/22.x: [PowerPC] Fix i128 vcmpequb optimization for loads with range metadata and small constants (#196801) (PR #198177)
Amy Kwan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 19 06:52:48 PDT 2026
amy-kwan wrote:
> Is this a regression from a previous version? If so, which version?
Looks like this issue existed in LLVM 22.1.0 (the culprit https://github.com/llvm/llvm-project/commit/55aff64d2c6ef50d2ed725d7dd1fb34080486237 was introduced in November of last year).
This is another assertion that I have found when attempting to build Rust on PPC64 AIX, as LLVM is pinned to a specific 22.x release version.
https://github.com/llvm/llvm-project/pull/198177
More information about the llvm-branch-commits
mailing list