[PATCH] D126501: [NFC][JumpThreading] Remove jump thread pass parameters
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 14:28:53 PDT 2022
nikic added a comment.
Dropping the freeze option is fine, but I'm not sure about the threshold. It looks like it was added for out-of-tree users? https://github.com/llvm/llvm-project/commit/d120916ca732ca0d7639a0e60ce5f246b77e711d Don't know if still relevant.
================
Comment at: llvm/test/Transforms/JumpThreading/select-unfold-freeze.ll:2
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -S -jump-threading-freeze-select-cond -jump-threading < %s | FileCheck %s
+; RUN: opt -S -jump-threading < %s | FileCheck %s
----------------
Can you check whether this test is the same as select-unfold.ll now and delete if so?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126501/new/
https://reviews.llvm.org/D126501
More information about the llvm-commits
mailing list