[all-commits] [llvm/llvm-project] 3db893: [GISel]: Relax opcode checking at the top level to...
proaditya via All-commits
all-commits at lists.llvm.org
Wed Apr 22 17:34:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3db893b3712a5cc98ac0dbc88e08df70069be216
https://github.com/llvm/llvm-project/commit/3db893b3712a5cc98ac0dbc88e08df70069be216
Author: Aditya Nandakumar <aditya_nandakumar at apple.com>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
Log Message:
-----------
[GISel]: Relax opcode checking at the top level to enable CSE
Loosen the restriction on what kinds of opcodes can be CSEd as
targets may want to CSE some generic target specific pseudos.
NFC as far as this change is concerned as CSEConfig still pretty much is
a subset of this check.
Differential Revision: https://reviews.llvm.org/D78684
More information about the All-commits
mailing list