[all-commits] [llvm/llvm-project] 3ab00c: [LV] Adjust code added in f79214d1 for 531dd3634 [...
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Aug 24 10:38:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ab00cfca9cf76840d178b7ab80631837886c176
https://github.com/llvm/llvm-project/commit/3ab00cfca9cf76840d178b7ab80631837886c176
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Adjust code added in f79214d1 for 531dd3634 [nfc]
When rebasing the review which became f79214d1, I forgot to adjust for the changed semantics introduced by 531dd3634. Functionally, this had no impact, but semantically it resulted in an incorrect result for isPredicatedInst. I noticed this while doing a follow up change.
More information about the All-commits
mailing list