[all-commits] [llvm/llvm-project] 592199: [LV] Use interface routines instead of internal va...
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri May 12 16:27:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 592199c8fe58b2b102b3ca4019d17e25f8090be4
https://github.com/llvm/llvm-project/commit/592199c8fe58b2b102b3ca4019d17e25f8090be4
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Use interface routines instead of internal variables
This makes a (possible) change to the internal representation easier in the future, and makes the code easier to read now.
More information about the All-commits
mailing list