mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
improve comment: mention vectors
llvm-svn: 24971
This commit is contained in:
parent
a59cc5ebbb
commit
1d16f29ca7
@ -216,9 +216,10 @@ namespace ISD {
|
||||
|
||||
// BIT_CONVERT - Theis operator converts between integer and FP values, as
|
||||
// if one was stored to memory as integer and the other was loaded from the
|
||||
// same address. The source and result are required to have the same bit
|
||||
// size (e.g. f32 <-> i32). This can also be used for int-to-int or
|
||||
// fp-to-fp conversions, but that is a noop, deleted by getNode().
|
||||
// same address (or equivalently for vector format conversions, etc). The
|
||||
// source and result are required to have the same bit size (e.g.
|
||||
// f32 <-> i32). This can also be used for int-to-int or fp-to-fp
|
||||
// conversions, but that is a noop, deleted by getNode().
|
||||
BIT_CONVERT,
|
||||
|
||||
// FNEG, FABS, FSQRT, FSIN, FCOS - Perform unary floating point negation,
|
||||
|
Loading…
x
Reference in New Issue
Block a user