[PATCH] D47141: [x86] invpcid LLVM intrinsic
Gabor Buella via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 22 07:06:53 PDT 2018
GBuella added inline comments.
================
Comment at: test/CodeGen/X86/invpcid-intrinsic.ll:38
+entry:
+ %0 = load i32, i32* %type, align 4
+ tail call void @llvm.x86.invpcid(i32 %0, i8* %descriptor) #1
----------------
craig.topper wrote:
> Why are you testing with a load for type, but not testing without a load?
There is a test without a load above this one.
Repository:
rL LLVM
https://reviews.llvm.org/D47141
More information about the llvm-commits
mailing list