[all-commits] [llvm/llvm-project] 31e997: [PhaseOrdering] add test for loop-invariant fdiv; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Apr 16 07:53:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31e997fda1c6c1077a093177a017b0a56149c750
https://github.com/llvm/llvm-project/commit/31e997fda1c6c1077a093177a017b0a56149c750
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
A llvm/test/Transforms/PhaseOrdering/X86/vdiv-nounroll.ll
Log Message:
-----------
[PhaseOrdering] add test for loop-invariant fdiv; NFC
Discussed in D87479 - disabling loop unrolling should
not mean that instcombine or other passes interfere
with LICM.
More information about the All-commits
mailing list