[PATCH] D159154: [IR] Make detailed structural hash test look at diffs

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 09:29:16 PDT 2023


aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/Analysis/StructuralHash/structural-hash-detailed.ll:1
-; Require 64 bits here as the hash will change depending upon whether we are on a 32-bit
-; or 64-bit platform.
-; REQUIRE: llvm-64-bits
-
 ; RUN: opt -passes='print<structural-hash><detailed>' -disable-output %s 2>&1 | FileCheck %s
 
----------------
can `FileCheck --input-file=%t.1 %s` below to run opt one less time


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159154/new/

https://reviews.llvm.org/D159154



More information about the llvm-commits mailing list