[all-commits] [llvm/llvm-project] a993bb: [ValueTracking] add FP intrinsics to test for prop...

RotateRight via All-commits all-commits at lists.llvm.org
Wed Jun 16 10:43:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a993bb08b8348c947a733377655af3de610cf28e
      https://github.com/llvm/llvm-project/commit/a993bb08b8348c947a733377655af3de610cf28e
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M llvm/unittests/Analysis/ValueTrackingTest.cpp

  Log Message:
  -----------
  [ValueTracking] add FP intrinsics to test for propagatesPoison; NFC

I'm not sure what behavior we want if the FP environment is
not default (also not sure if there's a way to enumerate
the full list of intrinsics programmatically), but currently
these are all defaulting to 'false' (doesn't propagate).




More information about the All-commits mailing list