Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
16846 ↗ | (On Diff #46006) | please fix indentation |
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
16846 ↗ | (On Diff #46112) | in the scalar version you always take this case and use "IntrWithRoundingModeOpcode". therefore, you always use "X86ISD::FMADD_RND". |
lib/Target/X86/X86InstrAVX512.td | ||
4672 ↗ | (On Diff #46112) | I think RM node should be with OpNodeRnd |
lib/Target/X86/X86IntrinsicsInfo.h | ||
27 ↗ | (On Diff #46112) | add space |
2061 ↗ | (On Diff #46112) | you never use X86ISD::FMADD for the intrinsics. |