[PATCH] D149289: GlobalOpt: Drop code to handle typed pointers
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 13:43:12 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/GlobalOpt/issue62384.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt -S -p=ipsccp,called-value-propagation,globalopt %s | FileCheck %s
+
----------------
nikic wrote:
> Why does this need ipsccp and called-value-propagation?
Not really sure but this was as small as I could get the opt pipeline
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149289/new/
https://reviews.llvm.org/D149289
More information about the llvm-commits
mailing list