[PATCH] D21958: [X86] Add xgetbv/xsetbv intrinsics
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 04:25:59 PDT 2016
delena added inline comments.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:18212
@@ +18211,3 @@
+ // return.
+ SDValue Chain = DAG.getCopyToReg(N->getOperand(0), DL, X86::ECX,
+ N->getOperand(2));
----------------
The code should be aligned according to the LLVM style. Please copy-paste getReadPerformanceCounter() with original alignment.
http://reviews.llvm.org/D21958
More information about the llvm-commits
mailing list