[all-commits] [llvm/llvm-project] dd2622: [X86] Use MVT::i32 for the type of a MOV32r0 creat...
topperc via All-commits
all-commits at lists.llvm.org
Sun Feb 9 12:01:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dd262222b403dcfc5aef8fe4c49678ac5675a276
https://github.com/llvm/llvm-project/commit/dd262222b403dcfc5aef8fe4c49678ac5675a276
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-02-09 (Sun, 09 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Log Message:
-----------
[X86] Use MVT::i32 for the type of a MOV32r0 created in X86DAGToDAGISel::Select.
Not sure if this really matters. The VT isn't really used after
this point. At best it might affect CSE.
More information about the All-commits
mailing list