[all-commits] [llvm/llvm-project] 324e13: [X86] Split imm handling out of selectMOV64Imm32 a...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jun 10 11:13:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 324e13668e561c83c53cd08b78b66e2f83146a7b
https://github.com/llvm/llvm-project/commit/324e13668e561c83c53cd08b78b66e2f83146a7b
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/lib/Target/X86/X86InstrCompiler.td
M llvm/test/CodeGen/X86/GlobalISel/constant.ll
M llvm/test/CodeGen/X86/GlobalISel/ptr-add.ll
M llvm/test/CodeGen/X86/GlobalISel/select-constant.mir
M llvm/test/CodeGen/X86/GlobalISel/select-ptr-add.mir
Log Message:
-----------
[X86] Split imm handling out of selectMOV64Imm32 and add a separate isel pattern.
This makes the pattern available to global isel.
More information about the All-commits
mailing list