[all-commits] [llvm/llvm-project] 1dfb30: [TargetCallingConv] Change OutputArg ctor to match...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Aug 21 16:42:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1dfb30e54cb2890828b73e956698ca33b569f592
https://github.com/llvm/llvm-project/commit/1dfb30e54cb2890828b73e956698ca33b569f592
Author: Fangrui Song <i at maskray.me>
Date: 2021-08-21 (Sat, 21 Aug 2021)
Changed paths:
M llvm/include/llvm/CodeGen/TargetCallingConv.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[TargetCallingConv] Change OutputArg ctor to match its members
This avoids unneeded MVT->EVT conversion.
More information about the All-commits
mailing list