[all-commits] [llvm/llvm-project] a222d8: [X86] Use TargetConstant for FPDiff with X86::TC_R...
topperc via All-commits
all-commits at lists.llvm.org
Sun Oct 25 00:29:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a222d832d531afca294bb43d80388b97d45a9aea
https://github.com/llvm/llvm-project/commit/a222d832d531afca294bb43d80388b97d45a9aea
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-10-25 (Sun, 25 Oct 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstrCompiler.td
Log Message:
-----------
[X86] Use TargetConstant for FPDiff with X86::TC_RETURN.
It's required to be a constant and can never be in a register so
make it explicit.
More information about the All-commits
mailing list