This makes it explicit that these functions work with instructions, and avoids
calling them if the operand is not an instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG with a nit
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | ||
---|---|---|
14550 | Just if (Root &&... |
Just if (Root &&...