llvm-project
38678a91 - [DAG] getCarry - always succeed if we encounter a i1 type during trunc/ext peeling (#169777)

Commit
149 days ago
[DAG] getCarry - always succeed if we encounter a i1 type during trunc/ext peeling (#169777) If we are force reconstructing a carry from a raw MVT::i1 type, make sure we don't miss any cases while peeling through trunc/ext chains - check for i1 types at the start of the while loop Fixes #169691
Author
Parents
Loading