If code is compiled for X86 without SSE support, the register save area doesn't contain FPU registers, so AMD64FpEndOffset should be equal to AMD64GpEndOffset.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Normally, this attribute is parsed in ParseSubtargetFeatures, which is tablegen-ed from target definitions. But it can not be used in a opt pass, I think.
This change is close enough. LGTM.
test/Instrumentation/MemorySanitizer/msan_basic.ll | ||
---|---|---|
935 | Please remove unrelated attributes. |
Please remove unrelated attributes.