[all-commits] [llvm/llvm-project] b44c9b: [DSE] Fix variable name clash in test (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Oct 5 06:27:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b44c9b39c59820b4b41e4318f61b0ebdac2852b1
https://github.com/llvm/llvm-project/commit/b44c9b39c59820b4b41e4318f61b0ebdac2852b1
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/simple.ll
Log Message:
-----------
[DSE] Fix variable name clash in test (NFC)
update_tests_checks.py generates the same identifier for lowercase
and uppercase variable names. Make sure they have a distinct name.
Commit: 1940c499fea65cc31f704f0712a3018e8285d23d
https://github.com/llvm/llvm-project/commit/1940c499fea65cc31f704f0712a3018e8285d23d
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/PartialStore.ll
Log Message:
-----------
[DSE] Regenerate test checks (NFC)
Compare: https://github.com/llvm/llvm-project/compare/adab08ecf2bd...1940c499fea6
More information about the All-commits
mailing list