[all-commits] [llvm/llvm-project] 7c749b: [GlobalISel] Simpler verification of G_SEXT_INREG ...
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Feb 12 13:45:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c749baa3a26ac4d9b7ee94b93356c3c72714755
https://github.com/llvm/llvm-project/commit/7c749baa3a26ac4d9b7ee94b93356c3c72714755
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/MachineVerifier.cpp
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
Log Message:
-----------
[GlobalISel] Simpler verification of G_SEXT_INREG and G_ASSERT_ZEXT
There's no need to call verifyVectorElementMatch since we already know
that the source and destination types are identical.
Differential Revision: https://reviews.llvm.org/D96589
More information about the All-commits
mailing list