[PATCH] D158355: [X86][CodeGen] Add a dag pattern to fix #64323

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 04:21:35 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/pr64323.ll:5
+
+define <1 x i1> @f(<1 x float> %0) {
+; CHECK-LABEL: f:
----------------
nounwind to reduce cfi noise


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158355/new/

https://reviews.llvm.org/D158355



More information about the llvm-commits mailing list