You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… passthru
Some masked pseudos like PseudoVCPOP_M_B8_MASK don't have a passthru, but in the masked->unmasked peephole we assumed the masked pseudo always had one.
This checks for a passthru first and fixesllvm#122245.
https://godbolt.org/z/4sxvzGoPG
Maybe this line
llvm-project/llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp
Line 486 in 82d5dd2
The text was updated successfully, but these errors were encountered: