[llvm] [VectorCombine] Try to scalarize vector loads feeding bitcast instructions. (PR #164682)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 03:18:20 PDT 2025


https://github.com/RKSimon commented:

I'd be much easier with the patch if it was merely:
```
m_BitCast(m_OneUse(m_Load()))
```
I'm not clear on the need for iterating across users etc.

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


More information about the llvm-commits mailing list