Remove usages of asserting vector getters in Type in preparation for the
VectorType refactor. The existence of these functions complicates the
refactor while adding little value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
683 | Can you move this line to just above the check for if (!ArgTy), just to make it clear that it can be nullptr and should not be used in between the definition and that check. | |
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp | ||
1825 | nit: maybe put the comment above the if statement? |
Can you move this line to just above the check for if (!ArgTy), just to make it clear that it can be nullptr and should not be used in between the definition and that check.