[all-commits] [llvm/llvm-project] e4613d: [LV] Remove unnecessary memory checks from recurre...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jul 6 09:09:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4613d8e1bda0bc3640c8ca399286dcf359924b3
https://github.com/llvm/llvm-project/commit/e4613d8e1bda0bc3640c8ca399286dcf359924b3
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/first-order-recurrence.ll
Log Message:
-----------
[LV] Remove unnecessary memory checks from recurrence test
The tests are focused on code-gen for first-order recurrences. There are
plenty of tests specifically for runtime check generation. Using noalias
to avoid runtime checks slightly simplifies the test output and ensures
the checks focus on the relevant bits and ensures the checks focus on
the relevant bits and ensures the checks focus on the relevant bits and
ensures the checks focus on the relevant bits.
More information about the All-commits
mailing list