Support G_AND, G_OR, G_XOR for i8/i16/i32/i64. Selection done via TableGen'erated code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
+ comment on a minor issue.
| test/CodeGen/X86/GlobalISel/and-scalar.ll | ||
|---|---|---|
| 2 ↗ | (On Diff #103869) | Add 32-bit run maybe? |
| test/CodeGen/X86/GlobalISel/or-scalar.ll | ||
| 2 ↗ | (On Diff #103869) | same here. |
| test/CodeGen/X86/GlobalISel/xor-scalar.ll | ||
| 2 ↗ | (On Diff #103869) | same here |
| test/CodeGen/X86/GlobalISel/and-scalar.ll | ||
|---|---|---|
| 2 ↗ | (On Diff #103869) |
Thanks. |