[PATCH] D22466: Avoid false dependencies of undef machine operands
Marina Yatsina via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 08:21:43 PDT 2016
myatsina marked an inline comment as done.
================
Comment at: lib/CodeGen/ExecutionDepsFix.cpp:492
@@ +491,3 @@
+
+ const TargetRegisterClass* OpRC = MI->getRegClassConstraint(OpIdx, TII, TRI);
+
----------------
This is a bug fixed exposed by Craig Topper's commit #276393.
Now using the register class of the actual machine instruction operand I want to replace.
Repository:
rL LLVM
https://reviews.llvm.org/D22466
More information about the llvm-commits
mailing list