Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86.td | ||
---|---|---|
641 ↗ | (On Diff #145509) | does Tremont have PTWrite? |
lib/Target/X86/X86.td | ||
---|---|---|
641 ↗ | (On Diff #145509) | Oh, it does indeed. |
lib/Target/X86/X86.td | ||
---|---|---|
623 ↗ | (On Diff #145509) | Just put FeaturePTWRITE here? |
test/CodeGen/X86/ptwrite-intrinsic-x86.ll | ||
2 ↗ | (On Diff #145509) | Possibly test all the i32 versions here on both x86/x64 and just test the i64 versions in the x86_64.ll file. |
12 ↗ | (On Diff #145509) | Can you add tests for the reg-reg version as well? |
lib/Target/X86/X86.td | ||
---|---|---|
623 ↗ | (On Diff #145509) | It's not on GLM. Just GLP and Tremont. |
test/CodeGen/X86/ptwrite-intrinsic-x86.ll | ||
---|---|---|
12 ↗ | (On Diff #145509) | I see this is fixed now, but not the comment above? |