[all-commits] [llvm/llvm-project] d4cdf0: [JumpThreading] Use common code to skip freeze (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed May 18 01:49:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4cdf013c76419140c6bdfb460088b5f09d6472f
https://github.com/llvm/llvm-project/commit/d4cdf013c76419140c6bdfb460088b5f09d6472f
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
Log Message:
-----------
[JumpThreading] Use common code to skip freeze (NFC)
There are multiple places that want to look through freeze, so
store condition without freeze in a separate variable.
More information about the All-commits
mailing list