originally was a part from patch: https://reviews.llvm.org/rL291657
Details
Diff Detail
Event Timeline
Do you have perf stats to confirm that this is safe to do now?
lib/Target/X86/X86TargetTransformInfo.cpp | ||
---|---|---|
2084 | I don't suppose you know what the remaining problems are with Atom are? |
lib/Target/X86/X86TargetTransformInfo.cpp | ||
---|---|---|
2084 | 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 | Yes it's safe to do that now for SLM. |
I don't suppose you know what the remaining problems are with Atom are?