[all-commits] [llvm/llvm-project] 8c4688: [TTI] Recognize fp constants in getOperandInfo
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Sep 21 14:34:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c46881a5386ebbe273d15d6a9d369885c2460a9
https://github.com/llvm/llvm-project/commit/8c46881a5386ebbe273d15d6a9d369885c2460a9
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/test/Transforms/LoopVectorize/X86/pointer-runtime-checks-unprofitable.ll
Log Message:
-----------
[TTI] Recognize fp constants in getOperandInfo
We were recognizing vectors of floats, but not scalars. That's a tad odd.
More information about the All-commits
mailing list