[llvm] [GISel] Teach computeKnownBitsImpl to handle COPY instructions that change bit width. (PR #118924)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 11:14:18 PST 2024


topperc wrote:

While investigating this, I realized the we shouldn't be promoting s32 G_PHI to s64 on RV64 or we can't support phis of f32 values. Fixing that made the problem disappear for now.

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


More information about the llvm-commits mailing list