[PATCH] D76832: [Legalizer] Pass missing SDNodeFlags in split/scalarize vector results
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 03:12:52 PDT 2020
qiucf created this revision.
qiucf added reviewers: spatel, RKSimon, craig.topper, nemanjai, jsji.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
This was found when working on D76585 <https://reviews.llvm.org/D76585>. In some of arithmetic scalarize/split result methods, `SDNodeFlags` not passed down. This patch adds them back.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76832
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/test/CodeGen/X86/sqrt-fastmath-tune.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76832.252779.patch
Type: text/x-patch
Size: 7598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/76028a4c/attachment.bin>
More information about the llvm-commits
mailing list