Also fix a typo in a comment. This fixes a compile time issue in XLA
(https://www.tensorflow.org/xla).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94182
[NFC] Don't copy MachineFrameInfo on each invocation of HasAlias ClosedPublic Authored by sanjoy.google on Jan 6 2021, 9:50 AM.
Details Summary Also fix a typo in a comment. This fixes a compile time issue in XLA
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 6 2021, 10:00 AM This revision was landed with ongoing or failed builds.Jan 6 2021, 7:15 PM Closed by commit rGa855c9403fba: [NFC] Don't copy MachineFrameInfo on each invocation of HasAlias (authored by sanjoy). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315038 llvm/lib/CodeGen/MachineInstr.cpp
|
@hliao, this value capture is the source of the issue.