[all-commits] [llvm/llvm-project] 9d236d: [SelectionDAGBuilder] Simplify how VTs is created ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Sep 22 14:22:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d236d4dabf711ce30cc6049e644458d205afbf7
https://github.com/llvm/llvm-project/commit/9d236d4dabf711ce30cc6049e644458d205afbf7
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[SelectionDAGBuilder] Simplify how VTs is created for constrained intrinsics. NFC
All constrained intrinsics return a single value. We can directly
convert it to an EVT instead of going through ComputeValueTypes.
More information about the All-commits
mailing list