[all-commits] [llvm/llvm-project] b74c4d: [SVE] Move INT_TO_FP i1 promotion into custom lowe...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Tue Dec 15 04:03:04 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b74c4dbb9634f6210c6539fb4c09b0b68cb3cf0a
https://github.com/llvm/llvm-project/commit/b74c4dbb9634f6210c6539fb4c09b0b68cb3cf0a
Author: Paul Walker <paul.walker at arm.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[SVE] Move INT_TO_FP i1 promotion into custom lowering.
AddPromotedToType is being used to legalise INT_TO_FP operations
when the source is a predicate. The point where this introduces
vector extends might cause problems in the future so this patch
falls back to manual promotion within custom lowering.
Differential Revision: https://reviews.llvm.org/D90093
More information about the All-commits
mailing list