[PATCH] D76518: [ARM] CMSE code generation
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 12:54:56 PDT 2020
chill updated this revision to Diff 260990.
chill added a comment.
Sorry, noticed a potential issue, as I was preparing the merge. We're replacing a call insn, I think we should move the call site info to the new insn.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76518/new/
https://reviews.llvm.org/D76518
Files:
llvm/lib/Target/ARM/ARMAsmPrinter.cpp
llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
llvm/lib/Target/ARM/ARMFastISel.cpp
llvm/lib/Target/ARM/ARMFrameLowering.cpp
llvm/lib/Target/ARM/ARMFrameLowering.h
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.h
llvm/lib/Target/ARM/ARMInstrInfo.td
llvm/lib/Target/ARM/ARMInstrThumb.td
llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
llvm/lib/Target/ARM/ARMRegisterInfo.td
llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
llvm/test/CodeGen/ARM/cmse-clear-float-bigend.mir
llvm/test/CodeGen/ARM/cmse-clear-float-hard.ll
llvm/test/CodeGen/ARM/cmse-clear-float-hard2.ll
llvm/test/CodeGen/ARM/cmse-clear-float-mve.ll
llvm/test/CodeGen/ARM/cmse-clear-float.ll
llvm/test/CodeGen/ARM/cmse-clear.ll
llvm/test/CodeGen/ARM/cmse-clrm-it-block.ll
llvm/test/CodeGen/ARM/cmse-expand-bxns-ret.mir
llvm/test/CodeGen/ARM/cmse.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76518.260990.patch
Type: text/x-patch
Size: 172133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200429/81fbd562/attachment-0001.bin>
More information about the llvm-commits
mailing list