[X86] Add xgetbv/xsetbv intrinsics
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstrSystem.td | ||
---|---|---|
481 ↗ | (On Diff #62626) | can the intrinsic be lowered directly in the .td file without DAG? |
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
18212 ↗ | (On Diff #63464) | The code should be aligned according to the LLVM style. Please copy-paste getReadPerformanceCounter() with original alignment. |