[llvm] Added InvertedFPClassTest in legalizerHelper (PR #133403)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 04:44:50 PDT 2025


================
@@ -9102,7 +9104,40 @@ LegalizerHelper::lowerISFPCLASS(MachineInstr &MI) {
   }
 
   // TODO: Try inverting the test with getInvertedFPClassTest like the DAG
-  // version
+  auto GetInvertedFPClassTest =
+      [](const llvm::FPClassTest Test) -> llvm::FPClassTest {
----------------
sumesh-s-mcw wrote:

ohh! sorry couldn't find it. can u specify where it is ? and do i need to undo the formatting i think that is automatically done by the editor i am using

https://github.com/llvm/llvm-project/pull/133403


More information about the llvm-commits mailing list