This is a additional bug fix for c5be0e0cc0. The distance for
the spill instructions is wrong in previous patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/InlineSpiller.cpp | ||
---|---|---|
434 | Does it mean MII == MIS.begin()? |
llvm/test/CodeGen/X86/AMX/amx-spill-merge.ll | ||
---|---|---|
141–145 | You can use nounwind to ignore these directives. |
llvm/test/CodeGen/X86/AMX/amx-spill-merge.ll | ||
---|---|---|
141–145 | Sounds good. Thank you! I'll submit another patch to fix all other test cases. |
Does it mean MII == MIS.begin()?