[all-commits] [llvm/llvm-project] ebea93: Revert "[MLIR][Transforms] Fix Mem2Reg removal ord...
Balaji V. Iyer. via All-commits
all-commits at lists.llvm.org
Tue Oct 10 11:33:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebea9308379d3d06a2e495352b15dfb453e0f604
https://github.com/llvm/llvm-project/commit/ebea9308379d3d06a2e495352b15dfb453e0f604
Author: Balaji V. Iyer <43187390+bviyer at users.noreply.github.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M mlir/lib/Transforms/Mem2Reg.cpp
M mlir/test/Dialect/LLVMIR/mem2reg.mlir
Log Message:
-----------
Revert "[MLIR][Transforms] Fix Mem2Reg removal order to respect dominance (#68687)" (#68732)
This commit causes the following issue with sanitizers:
`include/c++/v1/__debug_utils/strict_weak_ordering_check.h:52: assertion
!__comp(*(__first + __b), *(__first + __a)) failed: Your comparator is
not a valid strict-weak ordering`
probably due to an invalid sort().
Revert "[MLIR][Transforms] Fix Mem2Reg removal order to respect
dominance (#68687)"
This reverts commit be81f42b551c8b3c520132c3d60bc19cfc1c72fb.
More information about the All-commits
mailing list