[all-commits] [llvm/llvm-project] e90226: [NFC][Regalloc] Type 2 statics in terms of Register
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Oct 20 11:28:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e902269c493cafde23d031a825b4de5868194f6f
https://github.com/llvm/llvm-project/commit/e902269c493cafde23d031a825b4de5868194f6f
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M llvm/include/llvm/CodeGen/Register.h
Log Message:
-----------
[NFC][Regalloc] Type 2 statics in terms of Register
Using Register instead of unsigned.
Also added isStack to mirror the other members, and eventually remove
the static testers.
Differential Revision: https://reviews.llvm.org/D89718
More information about the All-commits
mailing list