[llvm] [llvm][CodeGen] respect booleanVectorContents while UnrollVSETCC (PR #97589)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 03:31:14 PDT 2024


arsenm wrote:

> Hi @RKSimon,
> 
> > Next step is to regenerate the changed test files and yak shave any regressions
> 
> I wonder why our previous approach did not trigger any regressions but this `getBoolExtOrTrunc` did? I guess because `select` was changed to `setcc`?

I'd guess we are missing some bool extend combines compared to the select 

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


More information about the llvm-commits mailing list