Update Flag when generating cc output.
Fixes PR40737.
Paths
| Differential D58283
[X86] Fix LowerAsmOutputForConstraint. ClosedPublic Authored by niravd on Feb 15 2019, 7:21 AM.
Details Summary Update Flag when generating cc output. Fixes PR40737.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2019, 11:24 AM Comment Actions I tested and it seems good, I can build the whole mingw-w64 runtime again with this applied. Closed by commit rL354163: [X86] Fix LowerAsmOutputForConstraint. (authored by niravd). · Explain WhyFeb 15 2019, 12:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 187062 llvm/trunk/include/llvm/CodeGen/TargetLowering.h
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/trunk/lib/Target/X86/X86ISelLowering.h
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/pr40737.ll
|