[all-commits] [llvm/llvm-project] f58d2c: Fix MLIR build on powerpc
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sun May 21 18:06:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f58d2cc5a0c2336b17686460343de2bd6ce337b9
https://github.com/llvm/llvm-project/commit/f58d2cc5a0c2336b17686460343de2bd6ce337b9
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-21 (Sun, 21 May 2023)
Changed paths:
M mlir/test/lib/IR/TestUseListOrders.cpp
Log Message:
-----------
Fix MLIR build on powerpc
The RNG initalization relied on implicit conversion that wasn't guaranteed in
the MLIR TestUseListOrders.
Also made the RNG state a pass member, the random sequence is not not reset
for each op anymore.
More information about the All-commits
mailing list