llvm-project
8b7a76a2 - [CodeGen] Rename isReallyTriviallyReMaterializable [nfc]

Commit
203 days ago
[CodeGen] Rename isReallyTriviallyReMaterializable [nfc] .. to isReMaterializableImpl. The "Really" naming has always been awkward, and we're working towards removing the "Trivial" part now, so go ehead and remove both pieces in a single rename. Note that this doesn't change any aspect of the current implementation; we still "mostly" only return instructions which are trivial (meaning no virtual register uses), but some targets do lie about that today.
Author
Committer
Parents
Loading