mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
Add a note.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8d39be75b
commit
484c7a1295
@ -551,3 +551,9 @@ void test4(vectorfloat *F, float *f) {
|
||||
|
||||
Apply the same transformation that merged four float into a single 128-bit load
|
||||
to loads from constant pool.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Floating point max / min are commutable when -enable-unsafe-fp-path is
|
||||
specified. We should turn int_x86_sse_max_ss and X86ISD::FMIN etc. into other
|
||||
nodes which are selected to max / min instructions that are marked commutable.
|
||||
|
Loading…
Reference in New Issue
Block a user