LLVM asserts "Cannot get the value bit index of a constant bit" on powerpc64le #58996
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-PowerPC
Target: PowerPC processors
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
@ajdlinux found this assertion failure building
dist-powerpc64le-linux
in #58991:Reproducing this depends on having LLVM assertions enabled, which we don't normally have on CI for
DEPLOY=1
builds.I was also able to reproduce this with big-endian
dist-powerpc64-linux
.The text was updated successfully, but these errors were encountered: