[all-commits] [llvm/llvm-project] 528c53: Revert "[LowerTypeTests] Avoid creation of select ...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Mon Mar 13 09:47:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 528c53ee28475ca4fc1d88adb9fb059c51b21a22
https://github.com/llvm/llvm-project/commit/528c53ee28475ca4fc1d88adb9fb059c51b21a22
Author: Zequan Wu <zequanwu at google.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/lib/IR/ReplaceConstant.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/test/Transforms/LowerTypeTests/cfi-direct-call1.ll
M llvm/test/Transforms/LowerTypeTests/function-weak.ll
Log Message:
-----------
Revert "[LowerTypeTests] Avoid creation of select constant expression"
This reverts commit 0317147a2848547ec97d8e76782f7dc38267a21f.
It causes broken module error when building chromium media_unittests
PHI nodes not grouped at top of basic block!
%19 = phi ptr [ %16, %15 ], [ %18, %12 ], !dbg !16
label %17
LLVM ERROR: Broken module found, compilation aborted!
More information about the All-commits
mailing list