[PATCH] D49644: [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinter
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 12:10:16 PDT 2018
mstorsjo updated this revision to Diff 156855.
mstorsjo added a comment.
Added a `CPID < CP.size()` check to make `test/CodeGen/ARM/setjmp_longjmp.ll` pass reliably.
https://reviews.llvm.org/D49644
Files:
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
test/CodeGen/AArch64/win_cst_pool.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49644.156855.patch
Type: text/x-patch
Size: 5062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180723/00113511/attachment.bin>
More information about the llvm-commits
mailing list