PHITransAddr refactoring - return translated value directly or nullptr on failure (instead of bool flag)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm generally fine with the whole thing, but I'm against merging several unrelated change sets into one patch. They should be at least somehow related by thematics.
Be merciful to the reviewers, such a salad makes eyes bleed. :(
Please separate them, like:
- A patch that changes API of translateValue;
- A patch that changes loops with counters into standard;
- A patch that removes isSafeToSpeculativelyExecute
I'm sure that separately none of them will cause any trouble. I'm just asking to make it edible for review.