CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/09/25 04:44:19
Modified files:
devel/llvm : Makefile
devel/llvm/patches:
patch-lib_Target_AArch64_AArch64ISelLowering_cpp
Log message:
[AArch64] Fix bug in store of vector 0 DAGCombine.
Avoid using XZR/WZR directly as operands to split stores of zero
vectors. Doing so can lead to the XZR/WZR being used by an instruction
that doesn't allow it (e.g. add)
from Brad (maintainer)
