mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
New note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4460f4058f
commit
5295122b0d
@ -166,3 +166,9 @@ v4sf example(float *P) {
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We should constant fold packed type casts at the LLVM level, regardless of the
|
||||
cast. Currently we cannot fold some casts because we don't have TargetData
|
||||
information in the constant folder, so we don't know the endianness of the
|
||||
target!
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user