Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hah, I was going to make the same change on Monday.
LGTM but the other reviewers know the code here better, and I'll wait for the tests before accepting.
Comment Actions
Run update_llc_test_checks.py which updates some other tests that were falling back to memory before.
Comment Actions
LGTM other than my final nit.
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | ||
---|---|---|
1271 | While we're changing these lines, I'm not sure this style of parentheses around subexpressions is common? |
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | ||
---|---|---|
1271 | Since IdxVal is unsigned the condition IdxVal >= 0 is always true. Gcc warns about this. |
typo /