[all-commits] [llvm/llvm-project] ae5ab2: [LegalizeDAG] Modify ExpandLegalINT_TO_FP to swap ...
topperc via All-commits
all-commits at lists.llvm.org
Wed May 20 22:41:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae5ab2f40a35b87eb173b8b7e8738c589c3d3555
https://github.com/llvm/llvm-project/commit/ae5ab2f40a35b87eb173b8b7e8738c589c3d3555
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/test/CodeGen/Mips/cconv/vector.ll
Log Message:
-----------
[LegalizeDAG] Modify ExpandLegalINT_TO_FP to swap data for little/big endian instead of the pointers.
Will make it easier to pass the pointer info and alignment
correctly to the loads/stores.
While there also make the i32 stores independent and use a token
factor to join before the load.
More information about the All-commits
mailing list