[all-commits] [llvm/llvm-project] 1d3e38: [NewGVN] Add test for #53218 (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Sep 26 04:54:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d3e38bfb76338e8f6bb7dd7eb3b02b16dec03dd
https://github.com/llvm/llvm-project/commit/1d3e38bfb76338e8f6bb7dd7eb3b02b16dec03dd
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/test/Transforms/NewGVN/flags-simplify.ll
Log Message:
-----------
[NewGVN] Add test for #53218 (NFC)
Commit: 78c7201d6835aac6be3b48a821f7dde6879ea7ff
https://github.com/llvm/llvm-project/commit/78c7201d6835aac6be3b48a821f7dde6879ea7ff
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/test/Transforms/NewGVN/pair_jumpthread.ll
Log Message:
-----------
[NewGVN] Regenerate test checks (NFC)
Commit: a09e32e5fe13e3b64bef1defddf71a9e83022e76
https://github.com/llvm/llvm-project/commit/a09e32e5fe13e3b64bef1defddf71a9e83022e76
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/NewGVN/flags-simplify.ll
M llvm/test/Transforms/NewGVN/pair_jumpthread.ll
Log Message:
-----------
[InstSimplify] Respect UseInstrInfo in more folds
Some folds using m_NUW, m_NSW style matchers were missed, make
sure they respect UseInstrInfo.
This is part of #53218, but not a complete fix for the issue.
Compare: https://github.com/llvm/llvm-project/compare/e158add121dd...a09e32e5fe13
More information about the All-commits
mailing list