originally was a part from patch: https://reviews.llvm.org/rL291657
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Do you have perf stats to confirm that this is safe to do now?
lib/Target/X86/X86TargetTransformInfo.cpp | ||
---|---|---|
2084 ↗ | (On Diff #83927) | I don't suppose you know what the remaining problems are with Atom are? |
lib/Target/X86/X86TargetTransformInfo.cpp | ||
---|---|---|
2084 ↗ | (On Diff #83927) | This is my fault - I played it safe, and assumed that since SLM has problematic behavior, so does Atom, since the architectures are similar. |
lib/Target/X86/X86TargetTransformInfo.cpp | ||
---|---|---|
2084 ↗ | (On Diff #83927) | Yes it's safe to do that now for SLM. |