[PATCH] D155461: [InstCombine] Keep !unpredictable when combining select+add
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 17 09:23:03 PDT 2023
    
    
  
nikic added reviewers: goldstein.w.n, nikic.
nikic added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/unpredictable-select.ll:1
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt < %s -passes=instcombine -S | FileCheck %s
----------------
goldstein.w.n wrote:
> chfast wrote:
> > I created this test file. Is this good location?
> Its fine.
I would add this to the select_meta.ll test.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155461/new/
https://reviews.llvm.org/D155461
    
    
More information about the llvm-commits
mailing list