[PATCH] D90724: [NFC] Use Register/MCRegister
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 15:25:40 PST 2020
mtrofin added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp:40
unsigned XorTermrOpc;
- Register CondReg;
- Register ExecReg;
+ MCRegister CondReg;
+ MCRegister ExecReg;
----------------
google-llvm-upstream-contributions wrote:
> @critson - Looking at the uses of CondReg and ExecReg, it seems they are always physical registers (never virtual/stack slots), is this correct?
>
> Thanks!
(sorry, somehow used the wrong account for this comment)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90724/new/
https://reviews.llvm.org/D90724
More information about the llvm-commits
mailing list