Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
llvm/test/Transforms/SLPVectorizer/X86/phi-undef-input.ll | ||
---|---|---|
3 | If this does not use linux-gnu knowledge, use -mtriple=x86_64 to test generic ELF behavior. |
llvm/test/Transforms/SLPVectorizer/X86/phi-undef-input.ll | ||
---|---|---|
7 | Better to change all xxx* to ptr for opaque pointers for new tests. |
llvm/test/Transforms/SLPVectorizer/X86/phi-undef-input.ll | ||
---|---|---|
7 | Yeah, this argument is actually not needed, removed. |
If this does not use linux-gnu knowledge, use -mtriple=x86_64 to test generic ELF behavior.