Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36369
[LLVM][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints ClosedPublic Authored by coby on Aug 6 2017, 2:29 AM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2017, 1:44 PM Closed by commit rL311644: [LLVM][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints (authored by coby). · Explain WhyAug 24 2017, 2:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 109909 lib/Target/X86/X86ISelLowering.cpp
test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll
|
You need to insert LLVM_FALLTHROUGH; after each of these if / return cases if you actually want to fall through and to satisfy -Wimplicit-fallthrough. Consider recompiling just this file with the warning enabled.