[PATCH] D152528: [NewGVN] Precommit test for folding freeze
    Jay Foad via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun  9 05:53:26 PDT 2023
    
    
  
foad added a subscriber: aqjune.
foad added inline comments.
================
Comment at: llvm/test/Transforms/NewGVN/freeze.ll:11
+  %c = freeze i1 %a
+  %d = and i1 %b, %b
+  ret i1 %d
----------------
nikic wrote:
> Was this supposed to use  `%b, %c`?
Probably! I copied it verbatim from the GVN test, added in D75398. @aqjune?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152528/new/
https://reviews.llvm.org/D152528
    
    
More information about the llvm-commits
mailing list