[PATCH] D67185: [RISCV] Add support for -ffixed-xX flags
Simon Cook via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 05:21:05 PDT 2019
simoncook updated this revision to Diff 219068.
simoncook edited the summary of this revision.
simoncook added a comment.
Update based on initial feedback/going down the providing error route.
Unlike AArch64, which provides an error if a function tries to call a function with arguments and any of the argument passing registers are used, I've gone down a more detailed route. I've added tests for any place where any ABI register will be modified, and produce an error indicating what part of the ABI requires this register.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67185/new/
https://reviews.llvm.org/D67185
Files:
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Arch/RISCV.cpp
clang/test/Driver/riscv-fixed-x-register.c
llvm/lib/Target/RISCV/RISCV.td
llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
llvm/lib/Target/RISCV/RISCVRegisterInfo.h
llvm/lib/Target/RISCV/RISCVSubtarget.cpp
llvm/lib/Target/RISCV/RISCVSubtarget.h
llvm/test/CodeGen/RISCV/reserved-reg-errors.ll
llvm/test/CodeGen/RISCV/reserved-regs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67185.219068.patch
Type: text/x-patch
Size: 37234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190906/00e350f1/attachment-0001.bin>
More information about the cfe-commits
mailing list