]> git.ipfire.org Git - thirdparty/gcc.git/commit
random fixes
authorRichard Biener <rguenther@suse.de>
Tue, 17 May 2022 09:56:48 +0000 (11:56 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 17 May 2022 09:56:48 +0000 (11:56 +0200)
commit04951a4791b0dba6750e9aad362d79fc69261304
tree80b7cae0e3cf84cf02aa74c7c6f1a6058488b702
parent68db3417953d2068528435d4ab26250c889294aa
random fixes

restore unswitching on a < b with non-constant RHS.  Avoid quadratic
behavior when building predicates from switch stmts.
gcc/testsuite/gcc.dg/loop-unswitch-15.c [new file with mode: 0644]
gcc/tree-ssa-loop-unswitch.cc