[PATCH] D82988: [RISCV] Avoid Splitting MBB in RISCVExpandPseudo
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 14:04:24 PDT 2020
lenary updated this revision to Diff 274908.
lenary added a comment.
- Remove `LabelMustBeEmitted` API.
I have a question out to llvm-dev about the stability of `PreInstrSymbol`, but
given it's used by the retpoline pass, I am reasonably confident the
functionality is complete enough for our uses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82988/new/
https://reviews.llvm.org/D82988
Files:
llvm/include/llvm/CodeGen/MachineBasicBlock.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
llvm/test/CodeGen/RISCV/codemodel-lowering.ll
llvm/test/CodeGen/RISCV/mir-target-flags.ll
llvm/test/CodeGen/RISCV/pic-models.ll
llvm/test/CodeGen/RISCV/tls-models.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82988.274908.patch
Type: text/x-patch
Size: 23228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/0cb61f48/attachment.bin>
More information about the llvm-commits
mailing list