[llvm] [SelectionDAG] Recurse through mask expression trees in WidenVSELECTMask (PR #188085)
Valeriy Savchenko via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 03:25:19 PDT 2026
================
----------------
SavchenkoValeriy wrote:
All the operations that we traverse should have the same element counts by construction and I removed the element widening from SetCC handling. Thinking again about it, it might cause some issues and I'm trying to find a corner case. So far everything that I've tried ends up being correct due to a separate legalization of the element counts.
https://github.com/llvm/llvm-project/pull/188085
More information about the llvm-commits
mailing list