Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=46060
I've also added the Extra_IsConvergent flag which was missing from FastISel.
Differential D80759
Fix FastISel dropping srcloc metadata from InlineAsm Amanieu on May 28 2020, 2:07 PM. Authored by
Details
Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=46060 I've also added the Extra_IsConvergent flag which was missing from FastISel.
Diff Detail
Event TimelineComment Actions My guess is that every inline asm you tried fell out of fastisel for x86. Can you also do this at FastISel.cpp:1332? |