[all-commits] [llvm/llvm-project] 25207d: [x86] add test check lines to demonstrate FMF prop...
RotateRight via All-commits
all-commits at lists.llvm.org
Wed May 19 10:15:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25207d5f81385e425f67283f7abd10d5f01b7f37
https://github.com/llvm/llvm-project/commit/25207d5f81385e425f67283f7abd10d5f01b7f37
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M llvm/test/CodeGen/X86/fmf-propagation.ll
Log Message:
-----------
[x86] add test check lines to demonstrate FMF propagation failure; NFC
Commit: f66ba4cfa7ca312caee5f8f32fcceff592a15acd
https://github.com/llvm/llvm-project/commit/f66ba4cfa7ca312caee5f8f32fcceff592a15acd
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/fmf-propagation.ll
Log Message:
-----------
[x86] propagate FMF from x86-specific intrinsic nodes to others during lowering
This is another fast-math-flags failure exposed by D90901.
Compare: https://github.com/llvm/llvm-project/compare/b661a55a253f...f66ba4cfa7ca
More information about the All-commits
mailing list