This is a small addition to D99662, which added machine combiner patterns for FMUL(DUP(..)). Due to the way these are generated from ISel, they may also be FMUL(COPY(DUP(..))), which this patch now ignores.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | ||
---|---|---|
5173 | Perhaps a comment that we ignore the copy in FMUL(COPY(DUP(..)))? |
Perhaps a comment that we ignore the copy in FMUL(COPY(DUP(..)))?