[all-commits] [llvm/llvm-project] 1066dc: [AArch64] Fix LowerMGATHER to return the chain res...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Mar 19 11:54:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1066dcb5503006acd193b9d2793e065a1098e0e3
https://github.com/llvm/llvm-project/commit/1066dcb5503006acd193b9d2793e065a1098e0e3
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[AArch64] Fix LowerMGATHER to return the chain result for floating point gathers.
Found by adding asserts to LegalizeDAG to make sure custom legalized
results had the right types.
Reviewed By: kmclaughlin
Differential Revision: https://reviews.llvm.org/D98968
More information about the All-commits
mailing list