[PATCH] D46800: [X86DomainReassignment] Don't compare stack-allocated values by address
Keno Fischer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 17:46:51 PDT 2018
loladiro added inline comments.
================
Comment at: lib/Target/X86/X86DomainReassignment.cpp:336
+ void dump(const MachineRegisterInfo *MRI) const {
+ dbgs() << "Registers: ";
----------------
craig.topper wrote:
> Won't this be unused in release builds? Will that cause an error?
Fair point, I'll annotate this this with `LLVM_DUMP_METHOD`.
Repository:
rL LLVM
https://reviews.llvm.org/D46800
More information about the llvm-commits
mailing list