[PATCH] D45156: [MachineVerifier] Verify the RegUsageInfo collected for the current function.

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 13:51:51 PDT 2018


qcolombet added inline comments.


================
Comment at: lib/CodeGen/MachineVerifier.cpp:360
+
+void MachineVerifier::verifyUsedPhysRegs(const MachineFunction &MF) {
+  // PhysicalRegisterUsageInfo becomes available with interprocedural
----------------
I would have named it verifyPreservedMask or something.
I would expect a verifyUsedPhysReg to work on UsedPhysRegMask not the PreservedMask one.


https://reviews.llvm.org/D45156





More information about the llvm-commits mailing list