[all-commits] [llvm/llvm-project] 52ed34: [VE] Clean SDNodeXForm stuff
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Thu Jun 4 02:29:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 52ed34deebb737738bed08403ee0f37b66ba80e4
https://github.com/llvm/llvm-project/commit/52ed34deebb737738bed08403ee0f37b66ba80e4
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M llvm/lib/Target/VE/VE.h
M llvm/lib/Target/VE/VEISelDAGToDAG.cpp
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/test/CodeGen/VE/addition.ll
M llvm/test/CodeGen/VE/fp_mul.ll
M llvm/test/CodeGen/VE/subtraction.ll
Log Message:
-----------
[VE] Clean SDNodeXForm stuff
Summary:
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.
Differential Revision: https://reviews.llvm.org/D81132
More information about the All-commits
mailing list