[all-commits] [llvm/llvm-project] c3de9a: Fix incorect Register -> MCRegister conversion
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Oct 8 21:41:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c3de9a9e69f63c4ff5f4891b5055be1b7318a930
https://github.com/llvm/llvm-project/commit/c3de9a9e69f63c4ff5f4891b5055be1b7318a930
Author: Fangrui Song <i at maskray.me>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
Fix incorect Register -> MCRegister conversion
getReg returns a Register which may represent a virtual register.
More information about the All-commits
mailing list