[all-commits] [llvm/llvm-project] bc8be3: [X86][GlobalISel] Remove unneeded code for handlin...
topperc via All-commits
all-commits at lists.llvm.org
Sun Aug 9 00:27:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc8be3054067ac822fc6d9f4f8e64c841f530f16
https://github.com/llvm/llvm-project/commit/bc8be3054067ac822fc6d9f4f8e64c841f530f16
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M llvm/lib/Target/X86/X86InstructionSelector.cpp
M llvm/test/CodeGen/X86/GlobalISel/ext-x86-64.ll
M llvm/test/CodeGen/X86/GlobalISel/ext.ll
Log Message:
-----------
[X86][GlobalISel] Remove unneeded code for handling zext i8->16, i8->i64, i16->i64, i32->i64.
These all seem to be handled by tablegen pattern imports.
More information about the All-commits
mailing list