[all-commits] [llvm/llvm-project] bf41c4: [codegen] Ensure target flags are cleared/set prop...
darkbuck via All-commits
all-commits at lists.llvm.org
Thu Sep 3 15:38:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf41c4d29e44bfe3ae96c968e2e44761d5acb3ed
https://github.com/llvm/llvm-project/commit/bf41c4d29e44bfe3ae96c968e2e44761d5acb3ed
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineOperand.h
M llvm/lib/CodeGen/MachineOperand.cpp
M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
Log Message:
-----------
[codegen] Ensure target flags are cleared/set properly. NFC.
- When an operand is changed into an immediate value or like, ensure their
target flags being cleared or set properly.
Differential Revision: https://reviews.llvm.org/D87109
More information about the All-commits
mailing list