[llvm] [VPlan] Add scalar inferencing support for Not and Or insns (PR #89160)

Patrick O'Neill via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 10:14:56 PDT 2024


patrick-rivos wrote:

Thanks for the review!

I split out the not and added an assert. Thankfully the fuzzer has quite a few finds of this ice so I was able to find another testcase that doesn't have any dead variables. The loop-constant seems to be a bit more challenging to get rid of.
I'll check the remaining testcases again just to make sure I didn't miss one.

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


More information about the llvm-commits mailing list