This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h | ||
---|---|---|
585–589 | The number of uses in GlobalISel is so small, there's no reason to bother with this. It should be trivial to eliminate the old forms |
llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h | ||
---|---|---|
585–589 | Are you sure it's not used by out of tree users? My plan is to start removing LLVM_ATTRIBUTE_DEPRECATED functions that have been introduced in the last release. |
The number of uses in GlobalISel is so small, there's no reason to bother with this. It should be trivial to eliminate the old forms