mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98498 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
676f968fec
commit
675043b19d
@ -452,10 +452,12 @@ def int_trap : Intrinsic<[llvm_void_ty]>,
|
||||
|
||||
// Intrisics to support half precision floating point format
|
||||
def int_convert_to_fp16 : Intrinsic<[llvm_i16_ty],
|
||||
[llvm_float_ty]>,
|
||||
[llvm_float_ty],
|
||||
[IntrNoMem]>,
|
||||
GCCBuiltin<"__gnu_f2h_ieee">;
|
||||
def int_convert_from_fp16 : Intrinsic<[llvm_float_ty],
|
||||
[llvm_i16_ty]>,
|
||||
[llvm_i16_ty],
|
||||
[IntrNoMem]>,
|
||||
GCCBuiltin<"__gnu_h2f_ieee">;
|
||||
|
||||
// These convert intrinsics are to support various conversions between
|
||||
|
Loading…
x
Reference in New Issue
Block a user