[all-commits] [llvm/llvm-project] 5c62d6: [SimplifyCFG] Regenerate test checks (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Jan 23 12:28:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c62d661312a8408af1d6acb4195240088323898
https://github.com/llvm/llvm-project/commit/5c62d661312a8408af1d6acb4195240088323898
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-23 (Sat, 23 Jan 2021)
Changed paths:
M llvm/test/Transforms/SimplifyCFG/DeadSetCC.ll
Log Message:
-----------
[SimplifyCFG] Regenerate test checks (NFC)
Commit: cd3d80eacebaad076d63df65650b3bd4c5a1b99e
https://github.com/llvm/llvm-project/commit/cd3d80eacebaad076d63df65650b3bd4c5a1b99e
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-23 (Sat, 23 Jan 2021)
Changed paths:
A llvm/test/Transforms/PhaseOrdering/X86/pr48844-br-to-switch-vectorization.ll
A llvm/test/Transforms/PhaseOrdering/pr44461-br-to-switch-rotate.ll
Log Message:
-----------
[PhaseOrdering] Add tests for PR44461 and PR48844 (NFC)
In both cases, optimization is prevented because
"br X == C || X == C2" is converted into a switch. In one case
loop rotation is blocked, in the other vectorization.
Compare: https://github.com/llvm/llvm-project/compare/5ad038aafa3a...cd3d80eaceba
More information about the All-commits
mailing list