[all-commits] [llvm/llvm-project] c95361: [RISCV][GISel] Remove legalIf from G_ZEXT, G_SEXT, ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Aug 14 15:02:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c95361e01e1533acb2545c299377a59ace9e6551
https://github.com/llvm/llvm-project/commit/c95361e01e1533acb2545c299377a59ace9e6551
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
Log Message:
-----------
[RISCV][GISel] Remove legalIf from G_ZEXT, G_SEXT, G_ANYEXT.
I think after making G_SEXT_INREG legal this isn't needed. At the
very least its not tested anymore.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D157678
More information about the All-commits
mailing list