[all-commits] [llvm/llvm-project] 62ec8e: [Examples] Fix SimplifyCFG example
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Jul 31 22:23:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62ec8e94b832725cfd257f79cff3685a3cd3bf8c
https://github.com/llvm/llvm-project/commit/62ec8e94b832725cfd257f79cff3685a3cd3bf8c
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
M llvm/examples/IRTransforms/SimplifyCFG.cpp
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg2-dead-block-order.ll
Log Message:
-----------
[Examples] Fix SimplifyCFG example
After fffabd53482f34f96ab9273486538f587e3d91fc, the v2 and v3
versions produce poison instead of undef. Also adjust the v1
version, as well as the test expectations, to make the example
pass again.
More information about the All-commits
mailing list