Limiting to x86-64 since that's when __int128 is legal in clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81817
[X86] Add support for inline assembly 'x' constraint for i128. ClosedPublic Authored by craig.topper on Jun 14 2020, 7:46 PM.
Details Summary Limiting to x86-64 since that's when __int128 is legal in clang.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 15 2020, 9:51 AM Closed by commit rG255d5dbae1c7: [X86] Add support for inline assembly 'x' constraint for i128. (authored by craig.topper). · Explain WhyJun 15 2020, 7:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 270944 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/inline-asm-x-i128.ll
|
test i686/x32 as well?