[PATCH] D29014: [SelDag][MIR] Add FREEZE
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 15:37:43 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/Support/TargetOpcodes.def:61
+/// using the IMPLICIT_DEF can see different values.
+/// To constraint different instructions to see the same value of this register,
+/// FREEZE operation can be used.
----------------
constraint -> constrain
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D29014/new/
https://reviews.llvm.org/D29014
More information about the llvm-commits
mailing list