Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/clz.ll | ||
---|---|---|
626 | This seems manually mentained. Please keep it as it. The same for below changes. | |
1791 | Missing a ctlz_xor31_i32_ture unintentionally? |
llvm/test/CodeGen/X86/clz.ll | ||
---|---|---|
1791 | Please ignore, I found the identical test above. |
Add back rep, remove to gratuitous tests
llvm/test/CodeGen/X86/clz.ll | ||
---|---|---|
1791 |
I intersected i16 / i64. Think worth keeping both cases for i8 b.c its a special case. LMK if you feel strongly about dropping. |
This seems manually mentained. Please keep it as it. The same for below changes.