[llvm] [AMDGPU] Disable inline constants for pseudo scalar transcendentals (PR #104395)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 03:11:52 PDT 2024


================
@@ -946,6 +946,14 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
            Opcode == AMDGPU::DS_GWS_BARRIER;
   }
 
+  bool isF16PseudoScalarTrans(unsigned Opcode) const {
----------------
perlfu wrote:

Done

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


More information about the llvm-commits mailing list