File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/include/llvm/CodeGen Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -547,10 +547,10 @@ class LLVM_ABI TargetLoweringBase {
547
547
// intermediate results in f32 precision and range.
548
548
virtual bool softPromoteHalfType () const { return false ; }
549
549
550
- // Return true if, for soft-promoted half, the half type should be passed
551
- // passed to and returned from functions as f32. The default behavior is to
552
- // pass as i16. If soft-promoted half is not used, this function is ignored
553
- // and values are always passed and returned as f32.
550
+ // Return true if, for soft-promoted half, the half type should be passed to
551
+ // and returned from functions as f32. The default behavior is to pass as
552
+ // i16. If soft-promoted half is not used, this function is ignored and
553
+ // values are always passed and returned as f32.
554
554
virtual bool useFPRegsForHalfType () const { return false ; }
555
555
556
556
// There are two general methods for expanding a BUILD_VECTOR node:
You can’t perform that action at this time.
0 commit comments