Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/Scalarizer/basic.ll | ||
---|---|---|
836–842 | The code is much more verbose here, but I assume this is what the scalarizer is supposed to do? |
Paths
| Differential D152518
[Scalarizer] Scalarize freeze instruction ClosedPublic Authored by foad on Jun 9 2023, 4:14 AM.
Details
Diff Detail
Event Timelinefoad added a parent revision: D152517: [Scalarizer] Precommit tests for freeze instruction.Jun 9 2023, 4:30 AM This revision is now accepted and ready to land.Jun 9 2023, 4:48 AM This revision was landed with ongoing or failed builds.Jun 9 2023, 5:54 AM Closed by commit rG63901cb082ad: [Scalarizer] Scalarize freeze instruction (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 529935 llvm/lib/Transforms/Scalar/Scalarizer.cpp
llvm/test/Transforms/Scalarizer/basic.ll
|
The code is much more verbose here, but I assume this is what the scalarizer is supposed to do?