[all-commits] [llvm/llvm-project] 9faff9: [GlobalISel][Legalizer] add minScalarIf action
Ties Stuij via All-commits
all-commits at lists.llvm.org
Thu Dec 22 08:21:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9faff9a09178eee3b79b669859df72d75de412c3
https://github.com/llvm/llvm-project/commit/9faff9a09178eee3b79b669859df72d75de412c3
Author: Ties Stuij <ties at stuij.se>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
M llvm/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
Log Message:
-----------
[GlobalISel][Legalizer] add minScalarIf action
Ensure scalar is at least as wide as type, but only if the specified condition
is met.
Reviewed By: paquette
Differential Revision: https://reviews.llvm.org/D140305
More information about the All-commits
mailing list