[all-commits] [llvm/llvm-project] 9e8146: [LAA] rewrite a test to make it more robust (#93197)
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Fri May 24 09:22:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e814669a00e7a37a9797d4aeae387638438eee4
https://github.com/llvm/llvm-project/commit/9e814669a00e7a37a9797d4aeae387638438eee4
Author: Ramkumar Ramachandra <r at artagnon.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M llvm/test/Analysis/LoopAccessAnalysis/select-dependence.ll
Log Message:
-----------
[LAA] rewrite a test to make it more robust (#93197)
The test select-dependence.ll can be eliminated completely by dce, as it
returns a constant, and doesn't write any arguments. Lift out the local
allocas into arguments, so that it is less nonsensical. While at it,
rename the variables for greater readability, and regenerate the test
with UpdateTestChecks.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list