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/Utils.h | ||
---|---|---|
187–188 | There's no real need for this as there should only be one or two uses of this |
llvm/include/llvm/CodeGen/GlobalISel/Utils.h | ||
---|---|---|
187–188 | Indeed thx there are only 6 instances. I'll remove the function in my next patch which fixes the call sites. |
There's no real need for this as there should only be one or two uses of this