Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/Generic/masked-gather-struct-gep.ll | ||
---|---|---|
3 ↗ | (On Diff #524435) | Can we just put the test in the X86 directory? |
llvm/test/CodeGen/Generic/masked-gather-struct-gep.ll | ||
---|---|---|
3 ↗ | (On Diff #524435) | Sure, I just put it there because CodeGenPrepare isn't really target-specific, and I was cribbing the requires line from another test in this directory. |
llvm/test/CodeGen/X86/masked-gather-struct-gep.ll | ||
---|---|---|
2 ↗ | (On Diff #524447) | Thinking about it again, don't we have test/Transforms/CodeGenPrepare/X86 ? |
llvm/test/CodeGen/X86/masked-gather-struct-gep.ll | ||
---|---|---|
22 ↗ | (On Diff #524447) | Should we return %gather so its not trivially dead? |