This was just inspecting the IR to begin with, and is useful to check
in some places in the IR.
Details
Details
- Reviewers
jdoerfert cameron.mcinally kpn
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, one nit you might want to consider
llvm/lib/CodeGen/MachineFunction.cpp | ||
---|---|---|
277 | Is the TODO still accurate? We seem to go in the opposite direction. |
llvm/lib/CodeGen/MachineFunction.cpp | ||
---|---|---|
277 | Well I think it should be cached somewhere rather than string parsing every time you want to query this (this will just happen more frequently in codegen) |
Is the TODO still accurate? We seem to go in the opposite direction.