Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Yes, but not immediately. I'm hoping to get it (for memcpy lowering) ready in the coming weeks.
llvm/lib/Target/X86/X86.td | ||
---|---|---|
723 | Why has this been added to Features and not Tuning? |
llvm/lib/Target/X86/X86.td | ||
---|---|---|
723 | Following FeatureERMSB which is in HSWAdditionalFeatures. |
llvm/lib/Target/X86/X86.td | ||
---|---|---|
723 | Both this and ERMSB have CPUID bits so its not microarchitectural. ERMSB should probably be on IVB where it was introduced but nobody profiled it when the feature was added to llvm. |
llvm/lib/Target/X86/X86.td | ||
---|---|---|
723 | So it's good to be here in Features? |
llvm/lib/Target/X86/X86.td | ||
---|---|---|
723 | Yes Features is fine - sorry for the confusion. |
llvm/lib/Target/X86/X86.td | ||
---|---|---|
723 | Okay. Will commit this. |
Why has this been added to Features and not Tuning?