[PATCH] D81132: [VE] Clean SDNodeXForm stuff
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 22:29:57 PDT 2020
kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: simoll, k-ishizaka.
Herald added subscribers: llvm-commits, fedor.sergeev, hiraditya.
Gather definitions of SDNodeXForm and change them to call C functions
instead of copying C expressions in td files. Doing this solved some
bugs in mimm detections.
Depends on D81129 <https://reviews.llvm.org/D81129>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81132
Files:
llvm/lib/Target/VE/VE.h
llvm/lib/Target/VE/VEISelDAGToDAG.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/addition.ll
llvm/test/CodeGen/VE/fp_mul.ll
llvm/test/CodeGen/VE/subtraction.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81132.268363.patch
Type: text/x-patch
Size: 21052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200604/6be94204/attachment.bin>
More information about the llvm-commits
mailing list