Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp | ||
---|---|---|
1060 | Note, this previously passed 0 and now passes 1. |
llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | ||
---|---|---|
1305 | I think this doesn't need the .value |
llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | ||
---|---|---|
1305 | I think I added it after getting a compile fail. |
I had a similar patch - D82876 - but it never went through...
Thx for working on this!
I believe this patch will break the VE experimental target. Modifications to the following files are missing
llvm/lib/Target/VE/VEISelLowering.h llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/CodeGen/CodeGenPrepare.cpp | ||
---|---|---|
6938 | This could be inlined AFAICT | |
llvm/lib/Target/AMDGPU/R600ISelLowering.cpp | ||
1658 | This can be turned into Alignment >= Align(4) which I believe is clearer. |
clang-format not found in user's PATH; not linting file.