[llvm] [IR] Remove pointer arguments from loop.dependence.{war|raw}.mask (PR #188248)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 04:02:54 PDT 2026


MacDue wrote:

> If possible, it would be good to reject the cases requiring expand/promote, instead of just crashing in the lowering.

I can add the legalization (I just think it's unlikely to be useful at the moment). I didn't want to add restrictions to the argument types that don't apply to similar pointer operations (e.g. `ptrtoaddr` allows any int type). 

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


More information about the llvm-commits mailing list