[PATCH] D88842: [InstCombine] inttoptr(load) -> load
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 11:54:57 PDT 2020
efriedma added a comment.
I guess the idea makes sense.
Not sure what the isUnordered() check is doing. And this needs to be address-space aware.
================
Comment at: llvm/utils/compare-stats.py:2
+#!/usr/bin/env python3
+'''
+Compare two .stats files generated by llvm tools
----------------
Did you mean to include this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88842/new/
https://reviews.llvm.org/D88842
More information about the llvm-commits
mailing list