montimaj

IntrinsicsFoo.td

Jun 28th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. let TargetPrefix = "foo" in { // All intrinsics start with "llvm.foo.".
  2. def int_foo_sqrt_test : Intrinsic<[llvm_float_ty], [llvm_float_ty], [IntrNoMem], "llvm.foo.foo_sqrt_test">;
  3. } // end TargetPrefix
Add Comment
Please, Sign In to add comment