[all-commits] [llvm/llvm-project] 391976: [IVDescriptorsTest] Convert to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 5 01:49:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 391976919f579280fa0a85ff36e2c68913fd0850
https://github.com/llvm/llvm-project/commit/391976919f579280fa0a85ff36e2c68913fd0850
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M llvm/unittests/Analysis/IVDescriptorsTest.cpp
Log Message:
-----------
[IVDescriptorsTest] Convert to opaque pointers (NFC)
The LoopWithScalableTypes test is removed, because it is testing
a situation that cannot occur with opaque pointers. If we convert
this test to opaque pointers, it will not contain any scalable
types at all.
More information about the All-commits
mailing list