[all-commits] [llvm/llvm-project] 0fa613: [LoopVectorize] Relax a FCmpInst assert to dyn_cas...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Feb 1 19:29:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fa61304d247a61b151cceac70e805abc69f8c1d
https://github.com/llvm/llvm-project/commit/0fa61304d247a61b151cceac70e805abc69f8c1d
Author: Fangrui Song <i at maskray.me>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M llvm/lib/Analysis/IVDescriptors.cpp
Log Message:
-----------
[LoopVectorize] Relax a FCmpInst assert to dyn_cast after D95690
The instruction may be `icmp eq i32`. Noticed in an internal Halide+wasm JIT test.
More information about the All-commits
mailing list