Optimized lowering of BITCAST node. The BITCAST node can be replaced with COPY_TO_REG instead of KMOV.
It allows to suppress two opposite BITCAST operations and avoid redundant "movs".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
minor comment
LGTM
../lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
2058 ↗ | (On Diff #67096) | do we need target predicate here ( the same above) ? I think that after the change it can be removed. |