Currently they are not supported together. Supporting them will require
a LangRef change. See discussion in https://reviews.llvm.org/D77689.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D80132
Add verifier check that musttail and preallocated are not used together ClosedPublic Authored by aeubanks on May 18 2020, 9:04 AM.
Details Summary Currently they are not supported together. Supporting them will require
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 18 2020, 10:51 AM Closed by commit rGa7cc275e7e8a: Add verifier check that musttail and preallocated are not used together (authored by aeubanks). · Explain WhyMay 18 2020, 11:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 264692 llvm/lib/IR/Verifier.cpp
llvm/test/Verifier/preallocated-invalid.ll
|