@llvm.ptrmask is basically just and with a ptr operand. This is
a trivial combine to do with and (many others could also be added).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
1934 | Should capture the intrinsic operands via m_Value here. |
Should capture the intrinsic operands via m_Value here.